POST
/
registered_url_for_appointment_tele_dr_joined_webhook_events
Doctor Joined Video Call
curl --request POST \
  --url https://{partner_host}/registered_url_for_appointment_tele_dr_joined_webhook_events \
  --header 'Content-Type: application/json' \
  --data '{
  "service": "appointment",
  "event": "appointment.tele.dr_joined",
  "transaction_id": "8y3458734657",
  "event_time": 1730189586,
  "timestamp": 1730189586,
  "business_id": "174159057718553",
  "client_id": "67978400352a61001d64e9fb",
  "data": {
    "appointment_id": "api-abb67007-1e53-4f0f-b428-a4bc025468a4",
    "doctor_id": "174159057723920",
    "patient_id": "174678912588458",
    "clinic_id": "67978400352a61001d64e9fb",
    "video_connect": {
      "host_link": "https://xyz.com",
      "meet_link": "https://xyz.com",
      "vendor": "abc"
    }
  }
}'

Body

application/json

The body is of type object.