Skip to main content
GET
Get Offering

Path Parameters

tripId
string<uuid>
required

Trip identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3b"

tripItineraryId
string<uuid>
required

Trip itinerary identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

Query Parameters

fields
string

Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.

Response

OK

Trip itinerary offering summary

tripItineraryId
string<uuid>
required

Trip itinerary identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

tripId
string<uuid>
required

Trip identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3b"

fromStopId
string<uuid>
required

Origin stop identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3c"

toStopId
string<uuid>
required

Destination stop identifier

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3d"

price
integer
required

Price in centavos

Example:

15000

fromStop
object
required

Origin stop

toStop
object
required

Destination stop

createdAt
string<date-time>
required

Created at

Example:

"2026-01-01T00:00:00.000Z"

updatedAt
string<date-time>
required

Updated at

Example:

"2026-01-01T00:00:00.000Z"

availableSeats
integer
required

Seats available for this itinerary

Example:

12

availableSeatsStatus
enum<string>
required

Seat availability tier

Available options:
AVAILABLE,
LIMITED,
SOLD_OUT
Example:

"AVAILABLE"

trip
object
required
createdBy
string<uuid> | null

Created by

Example:

null

updatedBy
string<uuid> | null

Updated by

Example:

null

deletedBy
string<uuid> | null

Deleted by

Example:

null