GET
/
v1
/
subscriptions
/
webhooks
/
{id}
Retrieve webhook subscription
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"
}

Path Parameters

id
string
required

Response

200
application/json

Webhook subscription details

The response is of type object.