v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
subscriptions

Retrieve webhook subscriptions.

get/subscriptions

Query parameters

page_idstring

identifier of the next page of subscriptions

limitinteger

number of elements to return

Response

List of subscription details.

idstring
namestring nullable
descriptionstring nullable
callbackUrlstring https_url required
status'inactive' | 'active'

Example response

[
  {
    "callbackUrl": "https://server.com/send/callback/here"
  }
]