Roll the signing secret
Regional
us.api.brault.app— follows the region selector in the top barReturns a new secret and keeps the previous one valid for 24 h, during which every delivery carries two v1 signature entries, current first. A second roll inside that window is a 409 with details.retry_after. Sending an Idempotency-Key caches this response — the secret included — for 24 h.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
webhookId*string
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/webhooks/string/roll-secret"{ "object": "webhook", "id": "string", "url": "string", "name": "string", "events": [ "string" ], "status": "active", "disabled_reason": "string", "secret": "string", "secret_last4": "string", "secret_rolled_at": "2019-08-24T14:15:22Z", "consecutive_failures": 0, "last_delivery_at": "2019-08-24T14:15:22Z", "last_success_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "created_by_id": "string"}