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.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
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.
Maximum number of items to return (defaults to the API page size).
x >= 1Number of items to skip.
x >= 0