Bookings
Get a booking
Returns the details of a specific booking.
get/bookings/{bookingId}
Response
The booking details
Example response
{
"id": "3f3e3e1-c824-4d63-b37a-d8d698862f1d",
"trip_id": "4f4e4e1-c824-4d63-b37a-d8d698862f1d",
"passenger_name": "John Doe"
}