cURL
curl --request GET \ --url https://api.wellapp.ai/v1/subscriptions/webhooks/{id}
{ "id": "<string>", "event": "<string>", "target_url": "<string>", "secret": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Webhook subscription details
The response is of type object.
object
Was this page helpful?