Start sending
{app}
parameter is required to select sources with subscribers.
Each subscriber has relation with tag (app) where he gave permissions to receive push notifications.
Each call of this API method should be done with required app GET parameter, using your {app-id}
value.
This is string value that can be found in SSP inside View Tag page. Or inside your site HTML code.
Start sending push notification
Start sending notification to a list of subscribers
GET /sending/start
GET query parameters
- app [string] — Application ID (can be found in SSP)
- sending_id [string] — Number of a push message from SSP
Response
HTTP STATUS | REASON |
---|---|
200 |
Success |
401 |
Wrong or empty access token, check `Authorization-Token` request header |
403 |
Wrong access token for this application, check both GET parameter with name `app` and `Authorization-Token` request header |
429 |
Too many requests |
500 |
Something went wrong on our side, we'll try to fix it ASAP |