Skip to main content
POST
Exchange a device code for a session

Body

application/json
grant_type
string
required
Allowed value: "urn:ietf:params:oauth:grant-type:device_code"
device_code
string
required
client_id
string
required

Response

The approved session.

access_token
string
required

Bearer session token for the paired Relay account.

token_type
string
required
Allowed value: "Bearer"
expires_in
integer
required
scope
string