Appointments
labtest.appointment.updated
Webhook event fired when a lab appointment is rescheduled, canceled, or has its status updated by the provider.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"client_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"data": {
"address": {
"access_notes": "Gate code #1234, use side entrance",
"city": "San Francisco",
"country": "United States",
"first_line": "123 Main St.",
"second_line": "Apt. 208",
"state": "CA",
"zip_code": "91189"
},
"appointment_notes": "Please bring photo ID",
"can_reschedule": true,
"end_at": "2022-01-01T00:00:00",
"event_data": {
"description": "Metadata field containing provider specific data, like cancellation reason or origin"
},
"event_status": "scheduled",
"events": [
{
"created_at": "2022-01-01T00:00:00Z",
"status": "scheduled"
},
{
"created_at": "2022-01-02T00:00:00Z",
"status": "completed"
}
],
"external_id": "ext-123",
"iana_timezone": "America/New_York",
"id": "ca7924d0-adb5-4947-9a26-c9f22f11a080",
"location": {
"lat": 37.7749295,
"lng": -122.4194155
},
"order_id": "5653046a-f7d2-4e9c-b96d-cfa4e8b2430c",
"order_transaction_id": "546e9216-3b07-4a22-ad71-7d82fd21c0f4",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "295b3565-ab88-4856-a1bc-7ce4f09b732e"
}
}Webhook event fired when a lab appointment is rescheduled, canceled, or has its status updated by the provider.
labtest.appointment.created, labtest.appointment.updated Show child attributes
{ "address": { "access_notes": "Gate code #1234, use side entrance", "city": "San Francisco", "country": "United States", "first_line": "123 Main St.", "second_line": "Apt. 208", "state": "CA", "zip_code": "91189" }, "appointment_notes": "Please bring photo ID", "can_reschedule": true, "end_at": "2022-01-01T00:00:00", "event_data": { "description": "Metadata field containing provider specific data, like cancellation reason or origin" }, "event_status": "scheduled", "events": [ { "created_at": "2022-01-01T00:00:00Z", "status": "scheduled" }, { "created_at": "2022-01-02T00:00:00Z", "status": "completed" } ], "external_id": "ext-123", "iana_timezone": "America/New_York", "id": "ca7924d0-adb5-4947-9a26-c9f22f11a080", "location": { "lat": 37.7749295, "lng": -122.4194155 }, "order_id": "5653046a-f7d2-4e9c-b96d-cfa4e8b2430c", "order_transaction_id": "546e9216-3b07-4a22-ad71-7d82fd21c0f4", "provider": "getlabs", "provider_id": "123", "start_at": "2022-01-01T00:00:00", "status": "confirmed", "type": "phlebotomy", "user_id": "295b3565-ab88-4856-a1bc-7ce4f09b732e" }
Was this page helpful?