Skip to main content
POST
Rotate Webhook Signing Key

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Path Parameters

id
string
required

The ID of the webhook to rotate the signing key for

Response

Success

signing_secret
string
read-only

Plaintext signing secret. Returned exactly once — store it now.

key_id
string
read-only

Opaque identifier for this key

previous_key_expires_at
string<date-time>
read-only

When the previous key stops being valid. Empty on first generate.

Examples:

"2023-01-15T01:30:15.01Z"

"2024-12-25T12:00:00Z"