Get plan usage
Current plan and consumption for this panel.
Current plan and consumption for this panel.
Plans: Free — $0/mo, 1 connected account, 1,000 API calls/month. Slots — $20 per slot per month ($15 per slot at 15+ slots), 1 slot = 1 connected account, unlimited API calls. Enterprise — custom pricing and limits.
An api_calls_limit of -1 means unlimited.
Guide: Base URL & panels
Authorization
apiKey Your CRM panel API key
In: header
Response Body
application/json
curl -X GET "https://example.com/usage"{ "crm_id": "crm_abc123", "plan": "only-api-free", "api_calls_used": 214, "api_calls_limit": 1000, "accounts_used": 1, "accounts_limit": 1, "month": "2026-07"}Create a CRM panel POST
Create a CRM panel and receive its crm_id plus the primary Default API key. The key is returned once — store it.
Get request metrics for your panel GET
Request outcomes for your own panel over a time window: volume, status classes, error rate, latency, and the slowest and most error-prone routes. This is what the dashboard…