The Only API docs
API Keys

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…

POST
/rotate-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 it before discarding the response.

Guide: Get an API key

X-API-Key<token>

Your CRM panel API key

In: header

Response Body

application/json

curl -X POST "https://example.com/rotate-key"
{  "success": true,  "api_key": "string"}