Skip to content

Device Token Exchange

Exchanges a device code for CLI tokens after approval.

Request body

{
  "clientId": "asactl",
  "deviceCode": "device-code"
}

Response

  • accessToken
  • refreshToken
  • tokenType
  • expiresIn
  • scope