Skip to content

Poll Device Authorization Status

POST
/auth/device/poll

Polls for the authorization status of a device code. Returns pending while waiting, authorized with session token when approved, or invalid if expired/not found.

Request Body

application/json
JSON
"string"

Responses

Status (pending, authorized, or invalid) and session token if authorized

application/json
JSON
{
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License