Initialize device authorization flow
POST
/oauth/device/code
Start the OAuth2 Device Authorization flow for CLI/server-side applications.
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/x-www-form-urlencoded
client_id
string
Required
scope
string
Required
audience
string
Required
Responses
Device code responseSchema JSON JSON
application/json
{
"device_code": "string",
"user_code": "string",
"verification_uri": "string",
"verification_uri_complete": "string",
"expires_in": 0,
"interval": 0
}