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
{
}
