Skip to main content

List Webhooks

GET /backend/webhooks

Request Example

Response


Get Webhook

GET /backend/webhooks/{id}

Update Webhook

PUT /backend/webhooks/{id}

Request Example


Delete Webhook

DELETE /backend/webhooks/{id}

Response


Regenerate Secret

POST /backend/webhooks/{id}/regenerate-secret
Generates a new secret for signature verification.

Response

After regenerating the secret, update your integration to use the new value.