cURL
curl --request PUT \ --url https://api.wellapp.ai/v1/subscriptions/webhooks/{id} \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "event": "<string>", "target_url": "<string>", "secret": "<string>", "created_at": "2023-11-07T05:31:56Z" }'
Subscription updated
Was this page helpful?