post https://cp.pushwoosh.com/json/1.3/getApplications
Gets the list of applications on the account.
Enterprise API
Gets the list of applications on the account. This method can return result with pagination.
Response example:
{
"status_code":200,
"status_message":"OK",
"response":{
"page": 1, // Current page
"total": 2, // Total amount of pages
"applications":
{
"57ADE-6B5F3":"MyApp1",
"82BB2-64A12":"MyApp2",
"82BB2-64A12":"MyApp99"
}
}
}