Webhooks
Reveal Webhook Secret
Returns the raw signing secret for a webhook so you can verify payload signatures. The webhook must belong to the authenticated organization.
GET
This endpoint accepts a project API key (
AS_ prefix). It returns the raw HMAC signing secret used to verify payload signatures. The webhook must belong to the authenticated organization.Authorizations
Project API key header of the form Bearer
AS_<key>.Path Parameters
The unique identifier of the webhook.Example:
"60d5ec49f1b2c72d9c8b1234"Response
Secret revealed successfully (200)Indicates if the request was successful
Wrapper containing the secret
Error Responses
Returned when the webhook does not belong to the authenticated organization.
Returned when no webhook with the given ID exists in the project.