Hotels
Enable accommodation booking through integrated suppliers.

Infrastructure module
API Infrastructure is the connective layer beneath Trip Zen. It links the platform with supplier and provider APIs and, depending on your plan, gives your technical team API access for connecting Trip Zen with the systems your business already runs.
| Time | Method | Endpoint | Status | Duration |
|---|---|---|---|---|
| 09:41:12 | POST | /v1/bookings | 201 | 182 ms |
| 09:41:09 | GET | /v1/availability?product=TZ-DEMO-TOUR-2207 | 200 | 96 ms |
| 09:40:55 | GET | /v1/products?category=tours | 200 | 74 ms |
| 09:40:31 | PATCH | /v1/bookings/TZ-DEMO-1044 | 200 | 131 ms |
| 09:39:58 | POST | /v1/bookings | 409 | 88 ms |
| 09:39:20 | GET | /v1/documents/TZ-DEMO-1042/voucher | 200 | 64 ms |
API connectivity for suppliers, providers, and your own systems.
Capabilities
The capabilities below depend on your plan and configuration. Your demo maps them to the way your business works.
A single layer between your business and multiple suppliers, so you do not integrate each one separately.
Connect hotel, tour, activity, transfer, transportation, and eSIM provider APIs.
Link payment gateways and transaction providers into your booking flow.
Connect Trip Zen with your own applications and tools, with advanced API access on Enterprise.
Scope integrations specific to your operation as part of an Enterprise agreement.
API access is designed around authenticated, permissioned connections.
Cloud-based architecture designed to support more suppliers, products, and volume as you grow.
Developer view
API access is designed around authenticated connections, so your technical team can link Trip Zen with the systems your business already runs, depending on your plan.
POST /v1/bookings HTTP/1.1Host: api.sampletravel.exampleAuthorization: Bearer tz_demo_sk_••••4f2aContent-Type: application/json { "product_id": "TZ-DEMO-TOUR-2207", "travel_date": "2026-10-12", "travelers": { "adults": 2, "children": 0 }, "lead_traveler": { "name": "Alex Sample", "email": "[email protected]" }, "send_voucher": true}HTTP/1.1 201 CreatedContent-Type: application/json { "booking_ref": "TZ-DEMO-1042", "status": "confirmed", "supplier_ref": "SUP-A-55810", "total": { "amount": 8400, "currency": "INR" }, "documents": { "voucher": "/v1/documents/TZ-DEMO-1042/voucher", "invoice": null }, "created_at": "2026-10-02T09:41:12Z"}Availability
How API Infrastructure is offered on each plan. Plans are example structures and can be adjusted commercially.
Small travel businesses
Not part of this plan.
Growing agencies & operators
Available as an additional paid feature.
Large organizations
Extended capabilities for larger operations.
Travel products
Travel verticals that API Infrastructure supports, depending on the products enabled on your plan.
API access is not part of Starter. It can be added to Professional, and advanced API access is included with Enterprise. See Pricing.
Custom integrations may carry additional setup or recurring costs, agreed as part of your licensing agreement.
Depending on your plan and requirements, yes. Share your current systems in a demo request and the team will assess the integration scope.
Request a demo to walk through API Infrastructure with your own travel products, teams, and workflows.