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.
Documentation IndexFetch the complete documentation index at: https://docs.clawconnected.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.clawconnected.com/llms.txt
Use this file to discover all available pages before exploring further.
API key (e.g. cc_live_...) in Authorization header or x-api-key header.
Key is valid
Was this page helpful?