Enviar Notificações
Em desenvolvimento
POST
/api/v2/notifications/send
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://demo.corbee.com.br/api/v2/notifications/send?type=unready' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"user_id": 6,
"type_user": "internal",
"type_notification": "portability_balance_paid",
"variables": {
"codCorretor": 4,
"nomeCorretor": "Beto"
}
}
]'
Response Response Example
{}
Requisição
Parâmetros Query
type
string
opcional
Exemplo:
unready
Parâmetros Bodyapplication/json