OpenAPI-first
Every endpoint is described in OpenAPI 3, with request and response schemas. Generate clients in your language of choice or wire it straight into your existing codegen pipeline.
Clean REST endpoints, an OpenAPI specification, a ready-to-use Postman collection and a step-by-step tutorial. Prototype on day one, ship in weeks.
European ground-transport distribution is historically dominated by SOAP integrations, ZIP-file ticket layouts and PDF documentation. Building on top of it has been a multi-quarter slog for every team that tried.
Tictactrip ships the opposite of that. A clean REST API, a complete OpenAPI specification, a Postman collection you can import in one click, curl examples in every tutorial step, and an interactive API reference where every endpoint is documented with request/response schemas.
Most engineering teams prototype on day one and ship a production integration in 2 to 6 weeks.
The capabilities partners ship on day one.
Every endpoint is described in OpenAPI 3, with request and response schemas. Generate clients in your language of choice or wire it straight into your existing codegen pipeline.
Import the Postman collection, paste your authentication token, and you are hitting live search results inside five minutes. No multi-week onboarding before you can write code.
A step-by-step tutorial walks through search, reservation, payment, ticketing, refunds and exchanges with curl examples — the kind of content that turns a reference doc into a shippable integration.
Most partners go from "first curl" to "production traffic" in 2 to 6 weeks. We work directly with your engineering team to unblock anything that gets in the way.
The same endpoint powers every Tictactrip integration. Authenticate, send a search payload, and receive itineraries with price, duration, carrier and CO₂ emissions. Then book through /book and deliver tickets to your users.
# Your first call: paste, replace the token, run.
curl -X POST 'https://api.tictactrip.eu/v2/results' \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"originGpuid": "c|FRpari____@u09tu",
"destinationGpuid": "c|FRlyon____@u05kq",
"outboundDate": "2026-06-12T00:00:00Z",
"passengers": [{"age": 30}]
}'The points product and engineering teams check before integrating.
Yes — clean REST endpoints, JSON request and response bodies, standard HTTP status codes. No SOAP, no proprietary SDK requirements.
Yes. The full OpenAPI 3 specification is published at developers.tictactrip.eu/api and used to render our interactive API reference.
Yes. A ready-to-use Postman collection is linked from the tutorial — import it, paste your authentication token and you are running real searches in minutes.
Most partners go live in 2 to 6 weeks. The exact timeline depends on the scope of your integration (search-only vs full booking) and the number of carriers you need.
Tell us about your project and we'll come back within one business day with a tailored plan.