v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Send a Single Push Notification

Send a Single Push Notification to a single recipient. This is a paid service.

post/push-notifications/messages

Headers

Authorizationstring required

Bearer {access_token}

Content-Typestring required

application/json

Request body

implementationIdstring required

There should be an implementation with the particular id that belongs to the accountId. Not blank.

imageUrlstring

URL that should begin with https://

callbackUrlstring

URL that should begin with https://

Response

200

trackingIdstring

Example response

{
  "trackingId": "6c531a0c-e921-4636-86b5-dd73f6e5d6c8"
}