Update webhook secret
Updates the webhook secret used for signing webhook payloads.
Webhook Security: Each webhook request is signed using HMAC SHA256. The signature is computed from the exact JSON payload and included in the Signature HTTP header.
Verification: Compute the HMAC signature using your secret and the raw request body, then compare it to the Signature header before processing.
If no webhook secret is set, webhook requests will not include a Signature header.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
The secret key used to compute HMAC SHA256 signatures for webhook payloads. The signature is included in the Signature HTTP header of each webhook request.
object
The secret key used to compute HMAC SHA256 signatures for webhook payloads. The signature is included in the Signature HTTP header of each webhook request.
object
The secret key used to compute HMAC SHA256 signatures for webhook payloads. The signature is included in the Signature HTTP header of each webhook request.
Responses
Section titled “ Responses ”Response for status 200
Response for status 401
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence
The authentication realm
The required scope for this resource
Response for status 404
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence
The type of resource that was not found
The identifier of the resource that was not found
Response for status 500
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence