Skip to content

Check Device Link Status

POST
/auth/device/link/status

Checks whether a device code created for QR linking has been claimed by the mobile app. Returns claimed when the phone has polled and received the session token.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Request Body

application/json
JSON
"string"

Responses

Status (pending, authorized, claimed, or expired)

application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License