The Only API docs
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…

GET
/api/whoami

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

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"}