Install
Authenticate
Environments
The CLI targets production by default. Use--env sandbox to run against isolated sandbox data, which uses separate API keys:
| Environment | API base | Flag |
|---|---|---|
| Production (default) | https://api.gojinko.com | --env prod |
| Sandbox | https://api.sandbox.gojinko.com | --env sandbox |
Output
Commands print JSON by default. Pass--format table for a human-readable view.
Command groups
Travel Demand
See where people are searching to fly and how it trends over time:
destination, market, audience, their -trend variants, and trend.Flights
Discover routes and dates, run a live search, then handle refunds and exchanges:
find-destination, flight-calendar, find-dates, lowest-fare, price-monitoring, flight-search, refund, exchange.Hotels
Search hotels and pull details:
hotel-search, hotel-details, hotel-cancel.Cart & Payment
Build a trip, add ancillaries, check out, pay, and look up the booking:
trip, get-ancillaries, select-ancillaries, checkout, agent-pay submit, trip-status, get-booking.Account & utilities
Sign in and configure the CLI:
auth login / logout / status, config set / show, and schema.