Webhooks
Number of APIs: 6
-
Create a webhook POST {{base_url}}/api/1.0/webhooks
-
Retrieve a webhook list GET {{base_url}}/api/1.0/webhooks
-
Retrieve a webhook GET {{base_url}}/api/1.0/webhooks/:webhook_id
-
Update a webhook PATCH {{base_url}}/api/1.0/webhooks/:webhook_id
-
Delete a webhook DELETE {{base_url}}/api/1.0/webhooks/:webhook_id
-
Rotate a webhook signing secret POST {{base_url}}/api/1.0/webhooks/:webhook_id/rotate-signing-secret