API Keys
Revoke a secondary API key
Revoke a secondary key. PRIMARY-KEY ONLY — calling this with a secondary key returns 403. The primary Default key is non-revocable; rotate it via POST /rotate-key…
Revoke a secondary key. PRIMARY-KEY ONLY — calling this with a secondary key returns 403. The primary Default key is non-revocable; rotate it via POST /rotate-key instead.
Guide: Get an API key
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Path Parameters
key_id*integer
Response Body
application/json
curl -X DELETE "https://example.com/api-keys/0"{ "success": true}Create a secondary API key POST
Mint a new secondary API key. PRIMARY-KEY ONLY — calling this with a secondary key returns 403. The full key is returned exactly once, in this response, and is never…
Per-key usage detail GET
30/90-day usage series, month and all-time totals, last-used timestamp, and this month's endpoint breakdown for one key.