POST
/
v4
/
webhook-subscriptions
curl --request POST \
  --url https://api.kadoa.com/v4/webhook-subscriptions \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "webhookUrl": "<string>",
  "webhookHttpMethod": "GET",
  "events": [
    "<any>"
  ]
}'
{
  "id": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

201
application/json
Webhook subscription created successfully

The response is of type object.