List webhook subscriptions
Webhooks
List webhook subscriptions
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
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:
Authorization: Bearer <your-api-key>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