Documentation Index
Fetch the complete documentation index at: https://docs.grdd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Get Booking API
The Get Booking API allows you to retrieve the full details of a booking/reservation using its unique transaction ID. This includes trip details, passenger information, pickup and drop-off locations, vehicle type, booking status, affiliate reservation info, and any transaction errors.Endpoint
GET /api/reservation/{transactionId}
Authorization: Bearer <your_token>
Path Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| transactionId | string | The unique transaction ID (UUID) of the booking | Yes |
Response Fields
| Field | Type | Description |
|---|---|---|
| transactionId | string | The unique transaction ID (UUID) |
| fromConextId | string | The GRiDD ID of the requesting company |
| toConextId | string | The GRiDD ID of the receiving company |
| timestamp | number | Unix timestamp of the transaction |
| userid | string | The user who created the booking |
| sourcePlatform | string | The source platform (e.g. GRIDD) |
| targetPlatform | string | The target platform (e.g. LIMOANYWHERE) |
| sourceResNo | string | Source reservation number |
| targetResNo | string | Target reservation number (null if not yet assigned) |
| lastStatus | string | The last known status of the booking |
| submitDate | number | Unix timestamp when the booking was submitted |
| pickupDate | number | Unix timestamp of the scheduled pickup |
| tripPacket | object | Full trip details (locations, passengers, status, etc.) |
Trip Packet Details
ThetripPacket object contains the full trip information:
- locations — Pickup and drop-off location details including coordinates, address, and flight info
- passengers — Array of passenger objects with name, email, phone, and account number
- affiliateReservation — Affiliate booking details including requester/provider IDs and status
- transactionErrors — Array of any errors encountered during the transaction
- changeLogs — Array of status change history entries
- account — Account information associated with the booking