Webhooks
Update a Webhook
Updates an existing webhook’s signing key based on its ID. This endpoint allows clients to modify the signing key used for verifying the authenticity of webhook payloads. The id
parameter in the path specifies the webhook to be updated. The request body should include the new signing key. This operation helps clients maintain the accuracy and security of their webhook configurations.
PATCH
Authorizations
The API requires a Bearer token in the Authorization header for authentication.
Path Parameters
The unique identifier of the webhook to be updated.
Body
application/json
A new signing key for securing webhook payloads. This should replace the existing signing key securely.