The Only API docs
Panel & Usage

Create a CRM panel

Create a CRM panel and receive its crm_id plus the primary Default API key. The key is returned once — store it.

POST
/api/crm/register

Create a CRM panel and receive its crm_id plus the primary Default API key. The key is returned once — store it.

Guide: Base URL & panels

Response Body

application/json

curl -X POST "https://example.com/api/crm/register"
{  "success": true,  "crm_id": "string",  "api_key": "string"}