Skip to content

Exchange a scoped OAuth token for a one-use Desktop browser-session grant​

POST
/auth/desktop/session

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Responses​

Grant created

application/json
JSON
{
  
"bootstrap_path": "string",
  
"bootstrap_url": "string",
  
"expires_in": 60
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI