Get Carpool Booking by Booking ID
GET/carpool/bookings/:booking_id
Retrieve the full detail of a single carpool booking by its numeric ID. The response shape is identical to an item returned by the list endpoint.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Full booking detail.
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.