Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Path Parameters

id
string
required

The webhook endpoint id.

Response

Secret rotated; new signing secret returned once.

Returned once when an endpoint is created or its secret is rotated. The secret is shown a single time and cannot be retrieved again.

endpoint
object

A registered webhook endpoint. The signing secret is never included in this representation; custom header values are redacted.

secret
string

The signing secret in whsec_ format. Store it now; it is never returned again.