create
- Devices APIThe create
method of the devices API registers a new devices to remotely start test sessions on. The device will automatically be unregistered if its not registering for an event for more than a minute.
POST /api/devices
{ "token": "<String>" }
Request:
POST /api/devices
Response:
{ "token": "e5f0b92e-8309-11ea-a1b1-0021ccd76152" }