POST
/
registered_url_for_doctor_events
curl --request POST \
  --url https:///%7B{partner_host}%7D/registered_url_for_doctor_events \
  --header 'Content-Type: application/json' \
  --data '{
  "event": "schedule.start_practice",
  "event_time": 1730189586,
  "timestamp": 1730189586,
  "client_id": "67978400352a61001d64e9fb",
  "business_id": "174159057718553",
  "data": {
    "doctor_id": "174159057723920",
    "partner_doctor_id": "test-doc-123",
    "clinic_id": "67978400352a61001d64e9fb",
    "partner_clinic_id": "CL04",
    "created_at": 1730189586,
    "modified_at": 1730189586,
    "partner_meta": {
      "key1": "value1"
    }
  }
}'

Body

application/json

The body is of type object.

Response

200

Successfully received the schedule event