POST
/
v1
/
subscriptions
/
webhooks
Create webhook subscription
curl --request POST \
  --url https://api.wellapp.ai/v1/subscriptions/webhooks \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "event": "<string>",
  "target_url": "<string>",
  "secret": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}'

Body

application/json

Response

200

Subscription created