Gujarat Taxi API

Cab Route Management System
● ONLINE Server is running and accepting requests
Environment
development
Port
3110
Uptime
1499s
Total Requests
1
Authentication Endpoints
POST /auth/login Admin authentication - Returns JWT token
POST /auth/logout Logout and revoke current token
Admin Cab Routes (JWT Required)
GET /api/cab-routes List all cab routes with optional status filter
GET /api/cab-routes/:id Get single route by ID
POST /api/cab-routes Create new cab route
PATCH /api/cab-routes/:id Update existing route
DELETE /api/cab-routes/:id Delete route by ID
Public Cab Routes
GET /api/public/cab-routes/:from/:to Get published route by source and destination
View API Documentation