Approves a pending CLI auth session for the authenticated Clerk user.
curl --request POST \
--url https://api.case.dev/auth/cli/approve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userCode": "<string>",
"approvedScopes": {}
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/auth/cli/approve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userCode": "<string>",
"approvedScopes": {}
}
'