curl --request POST \
--url https://platform.kodexa.ai/api/account/cli/device/verify \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"deviceCode": "<string>"
}
'Verifies a CLI device code to complete the device authorization flow. Used by the Kodexa CLI to authenticate users via browser-based login.
curl --request POST \
--url https://platform.kodexa.ai/api/account/cli/device/verify \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"deviceCode": "<string>"
}
'API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Request to verify a CLI device code during the device authorization flow.
The device code to verify, received from the CLI device authorization initiation.
Device verified — the device code has been accepted.