cURL
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>" }
Get a Webhook
Webhook
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type object.
object