API ReferenceSchemas
ConfirmationEvent
This is an object representing when an appointment was confirmed.
This is an object representing when an appointment was confirmed.
Example
{ "actor": null, "end_at": { "local": "2023-01-01T01:00:00-05:00", "object": "zoned_date_time", "time_zone": "America/New_York", "unix_ts": 1736464800, "utc": "2023-01-01T04:00:00Z" }, "initiated_by": "client", "object": "confirmation_event", "occurred_at": "2023-01-01T03:00:00Z", "source": "client_ui", "start_at": { "local": "2023-01-01T00:00:00-05:00", "object": "zoned_date_time", "time_zone": "America/New_York", "unix_ts": 1736461200, "utc": "2023-01-01T03:00:00Z" }}