Skip to main content

Get booking details by phone number

GET 

/v1/partner/bookings

deprecated

Retrieves a list of bookings associated with a specified phone number.

Token scope:

{'scope': 'read:bookings'}

Request​

Query Parameters

    phone Phonerequired

    The phone number to filter bookings by

Responses​

Successful Response

Schema

  • Array [

  • address_city Address City (string)
    address_state Address State (string)
    address_street Address Street (string)
    address_street_secondary Address Street Secondary (string)
    address_zip Address Zip (string)
    appointment_date Appointment Date (string)required
    birth_date Birth Date (string)required
    birth_sex Birth Sex (string)
    custom_booking_management_url Custom Booking Management Url (string)
    email Email (string)required
    emr_booking_id Emr Booking Id (string)
    first_name First Name (string)required
    gender Gender (string)
    id Id (integer)required
    is_walk_in Is Walk In (boolean)required
    last_name Last Name (string)required
    location_id Location Id (integer)required
    paperwork_status Paperwork Status (string)required
    phone Phone (string)required
    reason Reason (string)required
    status Status (string)required
  • ]

Loading...