GET
/
v4
/
webhook-subscriptions
curl --request GET \
  --url https://api.kadoa.com/v4/webhook-subscriptions \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "webhookConfig": {
      "url": "<string>",
      "httpMethod": "<string>"
    },
    "events": [
      "<string>"
    ]
  }
]

Authorizations

x-api-key
string
header
required

Response

200
application/json
List of webhook subscriptions
id
string

The ID of the webhook subscription

webhookConfig
object

The configuration of the webhook

events
string[]

The list of subscribed events