cURL
curl --request GET \ --url https://api.decodahealth.com/v1/webhook/list \ --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>" } ]
Get a list of all webhooks connected to the tenant
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type WebhookSummary · object[].
WebhookSummary · object[]