Polls for the authorization status of a device code.
This is the second step in the Device Code Flow (TV Flow) authentication process. Once the user has authorized the device via the TV Flow web application, this endpoint returns a long-lived refresh token.
Polling Behavior:
Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
The device code obtained from the request device code endpoint
Device code authorized and token issued
Returned after a device code has been authorized. Carries the long-lived
refresh token; clients call POST /auth/session-token separately to mint
a session token.
Long-lived (90 day) refresh token. Use as the bearer for identity-tier endpoints and to mint session tokens. Treat as a credential — never place in URLs.
"rt_a1b2c3d4e5f6..."
Opaque identifier for this sign-in (informational).
"MqXYz12abc"
Refresh-token expiry as Unix seconds.
1733088000