v1
latestOpenAPI 3.0.12026-07-24210349345.4 KBSend Push
This endpoint can only be used with your Server credentials and allows you to send notifications directly to one or more customers.
post/v2/notifications
Request body
Response
202
Example response
{
"errors": {
"unknownUserIds": [
"cust_001"
]
},
"notification": {
"id": 1,
"title": "Title",
"message": "Message",
"isBackgroundData": true,
"iosConfig": {
"hasBadge": true,
"badgeType": "setTo",
"badgeCount": 1
},
"androidConfig": {
"notificationType": "general"
},
"messageId": 5,
"appId": 1,
"source": 2,
"filters": {
"userIds": [
"cust_002"
]
},
"data": {
"key": "value"
},
"ttl": 1440
}
}