This API provides an interface to interact with the Bima TRI service.
- Authentication: Login and OTP-based authentication for secure access.
- User Profile: Retrieve detailed user profile information.
- Promo Information: Get the latest promos and offers.
- Transaction History: View and filter transaction history by category and status.
POST /api/v1/auth/login: Request an OTP for login.POST /api/v1/auth/login-otp: Login with the received OTP.
POST /api/v1/profile: Retrieve user profile information.
POST /api/v1/promo: Retrieve promo information.
POST /api/v1/transaction: Retrieve transaction history with optional filters (category, status).
The API is fully documented using Swagger. Access the interactive documentation after starting the server:
URL: http://bima.thxrhmn.cloud/swagger/index.html
Contributions are welcome! Please feel free to submit issues, pull requests, or suggestions.