Skip to main content

Documentation Index

Fetch the complete documentation index at: https://vital-mintlify-docs-spell-fix-1777308162.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

event_type
enum<string>
required
Available options:
labtest.appointment.created,
labtest.appointment.updated
user_id
string<uuid>
required
client_user_id
string<uuid>
required
team_id
string<uuid>
required
data
ClientFacingAppointment · object
required
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": "659a8eb8-f49d-462f-9714-705781a5ca7b",
"location": { "lat": 37.7749295, "lng": -122.4194155 },
"order_id": "67e18eb2-4be8-4a9b-8ce1-3e249e1c0df2",
"order_transaction_id": "f4384d79-aea7-4be3-92d2-6d72376fb787",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "56d4fc28-09ba-41ae-8ac4-aa1f8336f464"
}