List Webhook Endpoints
GET/webhooks/endpoints
Lists the webhook endpoints for the authenticated Refersion user.
Cursor-paginated. Some users may receive a 402 if their plan doesn't
include webhook access. The user's webhook configuration is
auto-provisioned on first call — no endpoints yet just means an empty
list, not an error. Each row has the endpoint's id, url, subscribed
topics, and isSubscribedToAllTopics (true means topics is empty but
every event type is delivered).
Request
Responses
- 200
- 401
- 402
- 403
- 422
- 429
- 500
Webhook endpoints retrieved successfully
Authentication required
Billing plan does not include webhook access (merchant principals only)
Token type is neither merchant nor marketplace
Invalid pagination parameters
Rate limit exceeded (30 requests per minute per owner)
Internal server error