tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

create.md (582B)


`create` - [Devices API](../README.md#devices-api)

The 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.

HTTP Request

POST /api/devices

Response Payload

{
    "token": "<String>"
}

Example

Request:

POST /api/devices

Response:

{
    "token": "e5f0b92e-8309-11ea-a1b1-0021ccd76152"
}