To check the status and details of a Booking, you can get it using its unique ID:
GET /api/beta/bookings/{booking_id}
{booking_id}
- (string) The Booking IDOnly the creator, or the owner of the Vehicle can get the Booking.
To lookup a single Booking by the Our Ref
field, you can make the following request:
GET /api/beta/bookings/by-our-ref?our_ref={our_ref}
our_ref
- (string) The Our Ref
value to lookup