Skip to content

Create Device Authorization Code

POST
/auth/device/create

Creates a new device authorization code for mobile or connector app authentication. The code can be entered on the web interface to authorize the device. Rate limited to 10 requests per hour per IP.

Request Body

application/json
JSON
"string"

Responses

Device code and token for polling

application/json
JSON
{
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License