List webhook subscriptions
Webhooks
List webhook subscriptions
Requires the
webhooks:read scope (or a broader one that includes it).
Returns a paginated list of the authenticated user’s webhook subscriptions, ordered
by descending id. Use top/skip to page through results and inspect hasMore to
detect additional pages.
GET
List webhook subscriptions
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Query Parameters
Maximum number of items to return (defaults to the API page size).
Required range:
x >= 1Number of items to skip.
Required range:
x >= 0