Reference · v1
Webhooks
Webhook endpoint and delivery management APIs.
GET
/v1/webhooks/endpoints/supported-event-typesList supported event typesPOST
/v1/webhooks/endpointsCreate webhook endpointGET
/v1/webhooks/endpointsList webhook endpointsPUT
/v1/webhooks/endpoints/{endpointId}Update webhook endpointPOST
/v1/webhooks/endpoints/{endpointId}/disableDisable endpointPOST
/v1/webhooks/endpoints/{endpointId}/revokeRevoke endpointPOST
/v1/webhooks/endpoints/{endpointId}/rotate-secretRotate signing secretGET
/v1/webhooks/deliveriesList deliveriesGET
/v1/webhooks/deliveries/{deliveryId}Get delivery detailsPOST
/v1/webhooks/deliveries/{deliveryId}/resendResend failed/dead-letter delivery