Creates a short-lived device authorization session for CLI login.
curl --request POST \
--url https://api.case.dev/auth/cli/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requestedScopes": {}
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/auth/cli/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requestedScopes": {}
}
'