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"
}'
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"
}'
Subscription created
Was this page helpful?