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
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. |
Example
listTestDevices
Returns all the test devices for the specific application.
POST
https://api.pushwoosh.com/json/1.3/listTestDevices
Request Body
Name | Type | Description |
---|---|---|
auth* | string | API access token from Pushwoosh Control Panel. |
application* | string | Pushwoosh application code. |
Example
For device types see /registerDevice
.
Last updated