Authorize Device Code
POST
/auth/device/authorize
Authorizes a device code, linking it to the authenticated user's session. Once authorized, the device can retrieve the session token via polling.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Request Body
application/json
JSON
"string"
Responses
Authorization success confirmation
application/json
JSON
{
}
