Check the current status of a device authorization code. The external client should poll this endpoint at regular intervals (recommended every 5 seconds) until the status changes from pending. When approved, the response includes the API key token for a one-time retrieval - the token cannot be fetched again.
The device code to check the status of
1"ABCD1234"
Default Response
Current status of the device code. pending - waiting for user action, approved - user approved and token is included, denied - user explicitly rejected the request, expired - code has expired
pending, approved, denied, expired "pending"
The API key token, only present when status is approved. This is the only time the token is returned - store it securely
"svl_abc123..."