Webhook Subscriptions

Rotate webhook secret

Generates a new signing secret for the webhook subscription.

post/api/v3.1/webhook_subscriptions/{id}/rotate_secret

Path parameters

idstring webhookSubscriptionId required

Webhook subscription ID

Webhook subscription ID

Response

Webhook secret rotated

idstring webhookSubscriptionId required

Subscription ID

secretstring required

New signing secret

Changes

Changed in 3 of the 61 revisions of this API.5

    • the endpoint scheme security CookieAuth was removed from the API

      api-security-removed

    • the endpoint scheme security UserApiKeyAuth was removed from the API

      api-security-removed

    • api tag Webhook Subscriptions added

      api-tag-added

    • api tag Webhooks removed

      api-tag-removed

    • endpoint added

      endpoint-added