Business API
Built for Myanmar
Paper Trading
A mobile-first REST API for managing inventory, sales vouchers, customer credit, deliveries, and financial reporting — designed for paper trading operations in Myanmar.
Base URL
https://globalconqueredking.com/api/v1
🔐 Authentication
Type: Bearer Token (JWT)
Login endpoint: POST /auth/login
Header: Authorization: Bearer <token>
Expiry: 60 minutes · refresh via POST /auth/refresh
Key Endpoints
POST
/auth/login
Obtain JWT token
POST
/auth/refresh
Refresh token
GET
/products
Product master list
GET
/inventory
Current stock levels
POST
/receiving
Warehouse goods receipt
GET
/vouchers
Sales orders / vouchers
POST
/vouchers
Create new voucher
PATCH
/vouchers/{id}/approve
Admin approves voucher
POST
/vouchers/{id}/deliveries
Record delivery
GET
/customers
Customer list
GET
/payments
Payment records
GET
/reports/company-total-value
Business asset valuation
Admin
Full access — approvals, user management, reports, system settings
Sales Staff
Create vouchers, record payments, manage assigned customers
Warehouse Staff
Receive goods, process deliveries, damage reports — no prices visible
Shareholder
Read-only financial reports and business value overview