List Webhook Endpoints
Intent
Reads the available webhook endpoints as a pageable collection without changing them.
When to call it
Call this when an interface, sync, or support workflow needs to inspect webhook endpoints. Use the filters and paging controls shown below to limit the result.
Access boundary
Authorize the request with a token that carries webhooks:read or webhooks:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
List webhook endpoints.
Scopes: webhooks:read webhooks:write
Authorizations
You can generate an Organization Access Token from your organization's settings.
Query Parameters
Filter by organization ID. The organization ID.
"1dbfc517-0bbf-4301-9ba8-555ca42b9737"
Page number, defaults to 1.
Size of a page, defaults to 10. Maximum is 100.