Entry Pass API
Complete client API reference for the ONDC Entry Pass Buyer platform. Browse experiences, manage bookings, and handle the full ONDC transaction lifecycle.
Base URL:
Auth Token: Obtain from Authentication → Get Token. Pass as
{{base_url}} → e.g., https://ondc.highwaydelite.com/trv14Auth Token: Obtain from Authentication → Get Token. Pass as
Authorization: Bearer <token>.
Quick Navigation
Booking Flow Guide
End-to-end ONDC transaction walkthrough
Authentication
Get your JWT bearer token
Items & Experiences
Browse, search, and get item details
Booking Flow
Select → Init → Order → Confirm
User
Tickets, wishlist, reviews
Utilities
PG config, hero banners, issues
API Summary
| # | API | Method | Description |
|---|---|---|---|
| 1 | Get Token | POST | Obtain JWT bearer token |
| 2 | Get Categories | GET | Top-level experience categories |
| 3 | Get Sub-Categories | GET | Nested sub-category tree |
| 4 | Get Cities | GET | Paginated city list |
| 5 | Get Nearest City | GET | Find city by GPS coordinates |
| 6 | Get Items | GET | Paginated item listing with filters |
| 7 | Get Single Item | GET | Full item detail (PDP) |
| 8 | Search Items | GET | Autocomplete search |
| 9 | Get Timeslots | GET | Available time slots for a date |
| 10 | Get Tickets | GET | Live ticket availability |
| 11 | Top Attractions | GET | Trending attraction names |
| 12 | Min/Max Price | GET | Platform price range |
| 13 | Get Providers | GET | All experience providers |
| 14 | Select | POST | ONDC select — get quote |
| 15 | Form Submit | POST | Visitor detail forms (conditional) |
| 16 | Init | POST | ONDC init — billing details |
| 17 | Create Order | POST | Create payment order |
| 18 | Order Status | GET | Poll booking confirmation |
| 19 | Get Wishlist | GET | User's saved items |
| 20 | Toggle Wishlist | POST | Add/remove wishlist item |
| 21 | Recent Items | POST | Track viewed items |
| 22 | Create Review | POST | Submit booking review |
| 23 | My Tickets | GET | All user bookings |
| 24 | Ticket Detail | GET | Single booking with QR code |
| 25 | PG Config | GET | Payment gateway availability |
| 26 | Hero Sections | GET | Homepage banners by city |
| 27 | Register Issue | POST | ONDC grievance management |