Skip to main content
POST
Poll a device-flow for completion (RFC 8628 §3.4)

Authorizations

Authorization
string
header
required

Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.

Body

application/json
grant_type
enum<string>
required
Available options:
urn:ietf:params:oauth:grant-type:device_code
device_code
string
required
Minimum string length: 1

Response

Access + refresh token pair issued.