Skip to main content
GET
List webhook subscriptions

Authorizations

Authorization
string
header
required

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

top
integer

Maximum number of items to return (defaults to the API page size).

Required range: x >= 1
skip
integer

Number of items to skip.

Required range: x >= 0

Response

Paginated list of webhook subscriptions.

items
WebHook · object[]
hasMore
boolean

Whether more items are available beyond the current page.