Skip to main content
POST
Enviar notificação push para um passageiro

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

api-key
string
header
required

Obrigatório. Sua chave API.

Body

application/json
passageiro_id
integer
required

Identificador do passageiro que receberá a notificação. Deve ser numérico.

mensagem
string
required

Mensagem da notificação.

Maximum string length: 255
titulo
string

Título da notificação.

Maximum string length: 40

Response

Notificação enviada com sucesso

The response is of type object.