Skip to main content
GET
/
v1
/
subscriptions
/
webhooks
/
{id}
Retrieve webhook subscription
curl --request GET \
  --url https://api.wellapp.ai/v1/subscriptions/webhooks/{id} \
  --header 'Authorization: <authorization>'
{
  "data": {
    "type": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "attributes": {
      "event": "document.processed",
      "target_url": "<string>",
      "headers": {},
      "created_at": "2023-11-07T05:31:56Z",
      "active": true
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.wellapp.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string
required

Response

Webhook subscription details

data
object