Poll device code status
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.
Documentation Index
Fetch the complete documentation index at: https://api-docs.sevalla.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The device code to check the status of
1"ABCD1234"
Response
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..."