cURL
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" }
Returns user_id, hosted_agent_id, api_key_id. API key auth required.
API key (e.g. cc_live_...) in Authorization header or x-api-key header.
Key is valid
Was this page helpful?