The Only API docs
Webhooks

List webhooks

Guide: [Webhooks](/docs/webhooks)

GET
/webhooks

Guide: Webhooks

X-API-Key<token>

Your CRM panel API key

In: header

Response Body

application/json

curl -X GET "https://example.com/webhooks"
{  "success": true,  "webhooks": [    {      "consecutive_failures": 0,      "created_at": "string",      "crm_id": "string",      "description": "string",      "event_types": [],      "id": 0,      "is_active": 0,      "last_delivery_at": "string",      "last_status_code": 0,      "reject_reason": "string",      "reviewed_at": "string",      "status": "string",      "url": "string"    }  ]}