Webhook event sent when a lab testing appointment changes, such as a status update, reschedule, or cancellation.
Documentation Index
Fetch the complete documentation index at: https://vital-mintlify-seo-metadata-1778066384.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
labtest.appointment.created, labtest.appointment.updated {
"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": "77a650a7-c1b5-47c8-9f2a-a8a201f875c8",
"location": { "lat": 37.7749295, "lng": -122.4194155 },
"order_id": "8c96e949-f699-4b6c-b5e0-6e1136becb75",
"order_transaction_id": "a0edfa3b-a376-4f5c-81b7-c0eb6368f77f",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "6a15a3a1-31d0-4baf-bf6d-5de49c3c8e2d"
}