⚡ Auto Token Manager

Setup token sekali, auto-refresh setiap 15 menit. API auto-managed tanpa perlu pass token di setiap request!

GET /auth/otp
phone=
// Response JSON
GET /auth/verify
otp=
otp_token=
// Response JSON
GET /api/history
token=
start_time=
// Response JSON
GET /api/qris/create
amount=
static_qr=
// Response JSON
GET /auth/refresh/token
refresh_token=
// Response JSON
Copied!