Panel & Usage
Resolve an API key to a panel
Resolves the API key sent in X-API-Key to its crm_id. This is how the hosted MCP server turns a bearer token into a tenant. Returns only public-safe fields (panel id, plan…
Resolves the API key sent in X-API-Key to its crm_id. This is how the hosted MCP server turns a bearer token into a tenant. Returns only public-safe fields (panel id, plan info).
Guide: Base URL & panels
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Response Body
application/json
curl -X GET "https://example.com/api/whoami"{ "crm_id": "string", "plan": "string"}