Webhooks
List Webhooks
Retrieves all webhooks for the authenticated project. Supports filtering by active state and pagination. Secrets are never included in list responses.
GET
This endpoint accepts a project API key (
AS_ prefix). Secrets are never included in list responses.Authorizations
Project API key header of the form Bearer
AS_<key>.Query Parameters
Filter webhooks by active state. Omit to return both active and inactive webhooks.Allowed values:
true, falsePage number for pagination.Default:
1Example: 1Number of webhooks to return per page.Default:
50Range: 1–100Response
Webhooks retrieved successfully (200)Indicates if the request was successfulExample:
trueThe paginated list of webhooks