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
/
registered_url_for_doctor_events
Body
application/json
event
enum<string>
requiredType of event
Available options:
schedule.start_practice
, schedule.stop_practice
, schedule.available_for_consultation
event_time
integer
requiredEvent occurred timestamp
timestamp
integer
requiredTimestamp of the event
client_id
string
requiredClient ID for the schedule
business_id
string
requiredBusiness ID for the schedule
data
object
required