Doctor
Doctor Events
When a Doctor event occurs (such as the start of a practice), a webhook event is sent to registered webhooks with details about the schedule, including the doctor ID, partner doctor ID, and event time. The receiver can use the details from the webhook event to update or manage schedules in the system.
POST
Body
application/json
Type of event
Available options:
schedule.start_practice
, schedule.stop_practice
, schedule.available_for_consultation
Example:
"schedule.start_practice"
Event occurred timestamp
Example:
1730189586
Timestamp of the event
Example:
1730189586
Client ID for the schedule
Example:
"{{client_id}}"
Business ID for the schedule
Example:
"{{business_id}}"
Response
200
Successfully received the schedule event