event_type
enum<string>
required
Available options:
labtest.appointment.created,
labtest.appointment.updated
user_id
string
required
client_user_id
string
required
team_id
string
required
data
object
required
Example:
{
  "address": {
    "city": "San Francisco",
    "country": "United States",
    "first_line": "123 Main St.",
    "second_line": "Apt. 208",
    "state": "CA",
    "zip_code": "91189"
  },
  "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"
    }
  ],
  "iana_timezone": "America/New_York",
  "id": "735a1fe8-33ae-4b89-82a4-e1b07dabe151",
  "location": { "lat": 37.7749295, "lng": -122.4194155 },
  "order_id": "2eeceeff-c9c0-4967-8264-ca7f824724c8",
  "provider": "getlabs",
  "provider_id": "123",
  "start_at": "2022-01-01T00:00:00",
  "status": "confirmed",
  "type": "phlebotomy",
  "user_id": "0218768d-13fc-4007-8c76-8137f51fd5f3"
}