List Webhooks
List all webhook endpoints for the current project.
GET/v1/webhooks
Response
Returns 200 OK with a list of webhooks. The secret field is not included in list responses.
dataarrayList of webhook objects.
data[].idstringWebhook ID.
data[].urlstringThe registered endpoint URL.
data[].eventsstring[]Subscribed event types.
data[].is_activebooleanWhether the webhook is active.
data[].failure_countnumberNumber of consecutive delivery failures.
data[].created_atstringISO 8601 timestamp.