Skip to main content
POST
/
v1
/
webhooks
/
{subscription_id}
/
tests
Test Webhook
curl --request POST \
  --url https://api.example.com/v1/webhooks/{subscription_id}/tests \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "event_type": "patient_created"
}
'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

subscription_id
string
required

Body

application/json

Request model for testing a webhook

event_type
enum<string>
required

Event type to test

Available options:
patient_created,
patient_stage_changed,
patient_updated,
patient_insurance_verification,
patient_verification_completed

Response

Successful Response

The response is of type Response Test Webhook V1 Webhooks Subscription Id Tests Post · object.