Test Devices API
List of methods for working with test devices
createTestDevice
Registers a test device for the application.
POST
https://api.pushwoosh.com/json/1.3/createTestDevice
Registers a test device for the application.
Request Body
Name | Type | Description |
---|---|---|
application* | string | Pushwoosh application code. |
push_token* | string | Push token of the device. |
device_type* | integer | Device type. See possible values in /registerDevice method. |
name* | string | Test device name. |
description | string | Test device description. |
For Custom Plan subscriptions only. For more details, please contact our Sales team.
listTestDevices
Returns all the test devices for the specific application.
POST
https://api.pushwoosh.com/json/1.3/listTestDevices
Returns all the test devices for the specific application.
Request Body
Name | Type | Description |
---|---|---|
auth* | string | API access token from Pushwoosh Control Panel. |
application* | string | Pushwoosh application code. |
For Custom Plan subscriptions only. For more details, please contact our Sales team.
For device types see /registerDevice
.
Last updated