Links

Scheduled requests

To obtain a response for every scheduled request, /getResults has to be sent after the main request. Most of statistics&analytics API methods need the /getResults to be sent in order to get the stats files or JSON:

getResults

post
https://api.pushwoosh.com/json/1.3
/getResults
/getResults
For Custom Plan subscriptions only. For more details, please contact our Sales team.
Example
{
"request":{
"auth": "yxoPUlwqm…………pIyEX4H", // required, API access token from Pushwoosh Control Panel
"request_id": "REQUEST_ID" // required, request ID returned by the scheduled method
}
}