Webhooks

Regenerate webhook secret

Generate a new secret for a webhook. The old secret will be invalidated. Make sure to update your webhook handler with the new secret.

post/webhooks/{id}/regenerate-secret

Path parameters

idstring required

Response

Secret regenerated

successboolean
secretstring

New webhook secret

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.