Polls device authorization status and returns a CLI API key once approved.
curl --request POST \
--url https://api.case.dev/auth/cli/poll \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deviceCode": "<string>"
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/auth/cli/poll \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deviceCode": "<string>"
}
'