Book

You can book/cancel reservations here

Book Reservation

POST https://api.shuttlefare.com/api/reservations

To book a reservation you select rate and service provider.

Request Body

Name
Type
Description

flight_number

string

The flight number

airline

string

The airline IATA code of the flight

gratuity

number

pickup_type

string

T or F ( T is to Airport. F is from the airport)

zip_code

string

zip code of the address

address

string

Location address

airport

string

airport code. Example: JFK

num_of_passengers

number

number of passengers

email

string

email of the person booking

phone

string

phone number of the person booking

last_name

string

Last name of the person booking

first_name

string

First name of the person booking

pickup_time

string

pickup time. Example: "09:00"

pickup_date

string

pickup date must be in format : yyyy-mm-dd

rate_id

string

Rate id that you get from GET rates endpoint

Get All Reservations

GET https://api.shuttlefare.com/api/reservations

You can get a list of all reservations

Last updated

Was this helpful?