Webhooks
Webhooks endpoints of the Perfex CRM REST API v3.0.3: 8 operations (GET, POST, DELETE, PUT) with parameters and JSON examples.
Endpoints
- GET List Webhooks
/api/webhooks - POST Create a Webhook
/api/webhooks - DELETE Delete a Webhook
/api/webhooks/{id} - GET Request Webhook Information
/api/webhooks/{id} - PUT Update a Webhook
/api/webhooks/{id} - GET Webhook Delivery Logs
/api/webhooks/{id}/logs - POST Enable/Disable a Webhook
/api/webhooks/{id}/toggle - GET Webhook Event Catalog
/api/webhooks/events
See these endpoints in full on the complete API reference.