Ellipsis APIReferencePlatform

Cli Auth Poll

Poll a device-code auth flow for its token. Unauthenticated; the device code identifies the flow.

POST
/v1/cli-auth/poll

Poll a device-code auth flow for its token.

Unauthenticated; the device code identifies the flow.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

A device-flow poll from the CLI.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/cli-auth/poll" \  -H "Content-Type: application/json" \  -d '{    "device_code": "string"  }'
{}