Get Merchant Info
Topupbox enables you to get and distribute airtime as a merchant and dealer at ease.
Get Access Token
All APIs in this documentation require an access token which serves as an authorization key which lasts for a year. Tokens can re refreshed, and re-generated on the Topupbox Dashboard.
Get Transaction Record
Get all records and transactions.
GET
https://api.topupbox.com/api/v2/w1/query/page/{page}/{numPerPage}
Path Parameters
Name
Type
Description
page*
String
Page ID
numPerPage*
String
Number of parameters by page
Headers
Name
Type
Description
Authorization
String
Access Token
// Some code
Last updated