{
"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": "2d5ffc55-99b6-48a4-b150-79bd3f3d850f",
"location": {
"lat": 37.7749295,
"lng": -122.4194155
},
"order_id": "c7cecc30-9c59-4ccc-96c5-aec11650a60c",
"order_transaction_id": "db83b180-ecb0-43ee-9924-e282f5d23b0a",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "14cc98b9-9a5e-4d44-83ef-1262e1eef7d7"
}
}Appointments
labtest.appointment.updated
Webhook event fired when a lab test appointment is rescheduled, canceled, or otherwise updated.
Available options:
labtest.appointment.created, labtest.appointment.updated Show child attributes
Show child attributes
Example:
{
"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": "2d5ffc55-99b6-48a4-b150-79bd3f3d850f",
"location": { "lat": 37.7749295, "lng": -122.4194155 },
"order_id": "c7cecc30-9c59-4ccc-96c5-aec11650a60c",
"order_transaction_id": "db83b180-ecb0-43ee-9924-e282f5d23b0a",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "14cc98b9-9a5e-4d44-83ef-1262e1eef7d7"
}
Was this page helpful?
⌘I