Rotate webhook secretv3.0

POST
/api/v3/webhook_subscriptions/{id}/rotate_secret

Generates a new signing secret for the webhook subscription.

Authorization

ApiKeyAuth
x-api-key<token>

Project API key authentication

In: header

Path Parameters

idstringRequired

Webhook subscription ID

Format: webhookSubscriptionId

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v3/webhook_subscriptions/string/rotate_secret"
{  "id": "string",  "secret": "string"}