Auth

Poll for a CLI device token

Redeems an approved device code once. A 409 authorization_pending response is expected until a person approves the code.

post/v1/auth/device/token

Request body

deviceCodestring required
clientIdstring required
codeVerifierstring required

Response

One-time CLI access token.

successtrue required

Changes

No recorded changes to this endpoint across all 1 revision of this API.