v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
subscriptions

Retrieve single webhook subscription.

get/subscriptions/{id}

Response

Subscription details.

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

Example response

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