List Webhook Endpoints
List webhook endpoints visible to the caller (owned or org-member-visible).
org_id narrows the result to one organisation's endpoints. Without
it, the provider's auth strategy restricts result.items to what the
caller may see (owned or member-visible) under the shared page-size-100
cap that applies across every organisation the caller can see.
With org_id, that combined cap is the wrong tool: a caller visible
to more than 100 endpoints total could otherwise have one organisation's
endpoints truncated away before the org filter ever runs. Membership is
asserted explicitly instead, then the org's own endpoints are fetched
unpaginated - a result set naturally bounded by that org's own size.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
org_id?|null
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/webhooks"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "target_url": "string", "is_active": true, "description": "string", "event_types": [ "string" ], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}