post https://push-api.cloud.unifonic.com/services/api/v1/notifications
Responses
xxxxxxxxxx
15curl --request POST \
--url https://push-api.cloud.unifonic.com/services/api/v1/notifications \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"identifier": "demo_contact",
"body": "Sample body",
"title": "Sample title",
"data": {
"id": "123",
"userdata": "124"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: