GET
/
v1
/
webhook
/
get
/
{webhook_id}
curl --request GET \
  --url https://api.decodahealth.com/v1/webhook/get/{webhook_id} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "createdDate": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "notificationEmail": "<string>",
  "secret": "<string>",
  "subscriptions": [
    "PATIENT_CREATED"
  ],
  "updatedDate": "2023-11-07T05:31:56Z",
  "url": "<string>"
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

webhook_id
string
required

Response

200
application/json

Successful Response

The response is of type object.