Webhooks-Webhooks v2
Number of APIs: 7
-
Create a new webhook POST {{url}}/api/2.0/webhooks
-
Retrieve a list of webhooks GET {{url}}/api/2.0/webhooks
-
Retrieve a webhook GET {{url}}/api/2.0/webhooks/:id
-
Update a webhook URL PATCH {{url}}/api/2.0/webhooks/:id
-
Delete a webhook DELETE {{url}}/api/2.0/webhooks/:id
-
Rotate a webhook signing secret POST {{url}}/api/2.0/webhooks/:id/rotate-signing-secret
-
Retrieve a list of failed webhook events GET {{url}}/api/2.0/webhooks/:id/failed-events