Skip to main content
POST
/
auth
/
cli
/
poll
Poll CLI auth device flow
curl --request POST \
  --url https://api.case.dev/auth/cli/poll \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "deviceCode": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Body

application/json
deviceCode
string
required

Response

Success