Rotate your API key
Rotate (regenerate) the caller's own API key. Authenticate with your current key. The old key dies immediately and the new key is returned once in the response body — store…
Rotate (regenerate) the caller's own API key. Authenticate with your current key. The old key dies immediately and the new key is returned once in the response body — store it before discarding the response.
Guide: Get an API key
Authorization
apiKey Your CRM panel API key
In: header
Response Body
application/json
curl -X POST "https://example.com/rotate-key"{ "success": true, "api_key": "string"}API Keys
Primary + secondary API key management. `POST /api-keys` and `DELETE /api-keys/{key_id}` are PRIMARY-KEY ONLY (a secondary key gets 403). The primary `Default` key cannot be revoked — rotate it via `POST /rotate-key`.
List API keys GET
List all API keys for the panel (active + revoked), each with this-month request count and a 30-day series. Full key bodies are never returned — only a prefix.