Skip to main content
POST
JavaScript

Authorizations

X-Ivy-Api-Key
string
header
required

API key for authentication

Body

application/json
limit
number

The maximum number of webhook subscriptions to return

Required range: 0 < x < 20
skip
number

The number of webhook subscriptions to skip

Required range: x > 0

Response

200 - application/json

Returns a list of webhook subscriptions.

items
object[]
required

Array of webhook subscription objects

skip
number
required

The number of webhook subscriptions skipped

Required range: x > 0
hasNext
boolean
required

Whether there are more webhook subscriptions to retrieve

count
number
required

The total number of webhook subscriptions

Required range: x > -1