Webhooks
API calls
Endpoint: /webhooks
Endpoint | Method | Payload |
---|---|---|
/webhooks | GET |
|
/webhooks/:webhook |
GET |
|
/webhooks | POST |
webhook payload |
/webhooks/:webhook |
DELETE |
Webhook payload
{
event: string,
model: string,
url: string,
service: string
}
*required