Skip to main content
GET
/
api
/
keys
/
verify
Verify key
curl --request GET \
  --url https://clawconnected.com/api/keys/verify \
  --header 'Authorization: Bearer <token>'
{
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "hosted_agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "api_key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

API key (e.g. cc_live_...) in Authorization header or x-api-key header.

Response

Key is valid

user_id
string<uuid>
hosted_agent_id
string<uuid> | null
api_key_id
string<uuid>