A secure reporting API delivering booking datasheets for corporate travel management. Authenticate, query by date, and receive clean, structured data.
POST /api/auth/login
Exchange your username and password for a JWT bearer token.
POST /api/report/datasheet
Retrieve booking records by date range and search type. Requires a bearer token.
GET /docs
Full OpenAPI documentation with a built-in request tester.