Webhooks
Get Webhook
Retrieves a single webhook by its ID. The webhook must belong to the authenticated project. The signing secret is not included.
GET
This endpoint accepts a project API key (
AS_ prefix). The signing secret is masked — use Reveal Webhook Secret to retrieve it.Authorizations
Project API key header of the form Bearer
AS_<key>.Path Parameters
The unique identifier of the webhook.Example:
"60d5ec49f1b2c72d9c8b1234"Response
Webhook retrieved successfully (200)Indicates if the request was successful
Wrapper containing the webhook object (secret masked as
***hidden***)Error Responses
Returned when no webhook with the given ID exists in the project.