Webhooks
Create a webhook
Subscribe an HTTPS endpoint to panel events. Rate limited to 120 requests/minute.
Subscribe an HTTPS endpoint to panel events. Rate limited to 120 requests/minute.
Guide: Webhooks
Authorization
apiKey X-API-Key<token>
Your CRM panel API key
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/webhooks" \ -H "Content-Type: application/json" \ -d '{ "url": "http://example.com", "event_types": [ "string" ] }'{ "success": true, "webhook": null}