{"request": {"auth":"yxoPUlwqm…………pIyEX4H",// required, API access token from Pushwoosh Control Panel"icon":"iVBORw0KGgoAAAANSUhEUgAAAH0AAACVCAIAAAD6...",// optional, Base-64 encoded binary content of png file "authorize_all_tokens":true,// or 'false', optional. If true, allows all api tokens to communicate with this app"sdk_ios":"pw",// optional. Possible values are “pw” or “corona”"sdk_android":"pw",// optional. Possible values are “pw”, “corona”, or “phonegap”"title":"APP_TITLE"// required. Title for the new app in Pushwoosh }}
{"request": {"auth":"yxoPUlwqm…………pIyEX4H",// required, API access token from Pushwoosh Control Panel"application":"XXXXX-XXXXX",// required, application code of the app you want to update"icon":"iVBORw0KGgoAAAANSUhEUgAAAH0AAACVCAIAAAD6...",// optional. Base-64 encoded binary content of png file "sdk_ios":"pw",// optional. Possible values are “pw” or “corona”"sdk_android":"pw",// optional. Possible values are “pw”, “corona”, or “phonegap”"title":"APP_TITLE"// optional. New title for the app in Pushwoosh }}
{"request": {"auth":"yxoPUlwqm…………pIyEX4H",// required, API access token from Pushwoosh Control Panel"application":"XXXXX-XXXXX"// required, Pushwoosh application code }}
Gets the list of applications on the account. Can return result with pagination.
Request Body
Example request
{"request": {"auth":"yxoPUlwqm…………pIyEX4H",// required, API access token from Pushwoosh Control Panel"page":2// optional, the page number for pagination } }
Response
If there are more than 100 applications in the account, the response includes current page and total amount of pages.
Example response
{"status_code":200,"status_message":"OK","response": {"page":1,// Current page"total":2,// Total amount of pages"applications": {"APPLICATION_CODE":"MyApp1","APPLICATION_CODE":"MyApp2" } }}
{"request": {"auth":"yxoPUlwqm…………pIyEX4H",// required, API access token from Pushwoosh Control Panel"application":"XXXXX-XXXXX",// required, Pushwoosh application code"file":"ios_auto_privatekey"// required, identifier of the file to retrieve. See values below } }