Test all Enuygun MCP endpoints with an interactive interface
Account endpoints allow you to:
• Retrieve your user profile information
• View your travel history
• Access your wallet
Get your user profile information
Get your travel history
Get your wallet information
Flight endpoints allow you to:
• Search for available flights
• View your flight reservations
• Check-in for flights
• Cancel flights
Get your flight reservations
Hotel endpoints allow you to:
• Search for available hotels
• View hotel details and pricing
Bus endpoints allow you to:
• Search for available bus routes
• View your bus reservations
• Cancel bus tickets
Get your bus reservations
Car rental endpoints allow you to:
• Search for available rental cars
• View your car reservations
• Cancel car rentals
Get your car reservations
Getting Started:
1. Use your API key in the Authorization header: Bearer your-api-key
2. All API endpoints are prefixed with /api
3. Responses are in JSON format
GET /api/account/profile - Get user profile
GET /api/account/travels - Get travel history
GET /api/account/wallet - Get wallet information
POST /api/flights/search - Search flights
POST /api/flights/allocate - Create booking link
GET /api/flights/reservations - Get reservations
POST /api/flights/checkin - Check-in online
POST /api/flights/cancel - Cancel flight
POST /api/hotels/search - Search hotels
POST /api/buses/search - Search buses
GET /api/buses/reservations - Get reservations
POST /api/buses/cancel - Cancel bus ticket
POST /api/cars/search - Search rental cars
POST /api/cars/allocate - Create booking link
GET /api/cars/reservations - Get reservations
POST /api/cars/cancel - Cancel rental