v1
latestOpenAPI 3.1.02026-07-241080412.6 KBAuthorize code [Beta]
Use this endpoint to verify the code and authorize the device in Device Flow Login (PIN Pair) functionality.
post/v1/codes/authorize
Headers
Authorizationstring required
A JWT token to authorize the request. Example: Bearer {jwt}
Content-Typestring
Request body
Response
200
Example response
{
"message": "Authorized"
}