Get all commissions
With the /operators/commissions
endpoint, developers can get a list of all operators who are running active discounts on top-ups
Commissions
GET
https://topups.reloadly.com/operators/commissions
Query Parameters
size
integer
The number of operators offering discounts to be retrieved on a page. Default value is 200
page
integer
The page of the list of operators offering discounts. Default value is 1
Headers
Authorization*
string
Your access token is required as a bearer token in the request's header
Request samples
Response Parameters
Parameter
Type
Description
percentage
integer
Indicates the percentage discount for every top-up
international
Percentage
integer
Indicates the percentage discount for international top-ups
localPercentage
integer
Indicates the percentage discount for local top-ups
updatedAt
integer
Indicates the time the discount was first created by the operator
operatorId
string
Indicates the operator's ID
name
string
Indicates the operator's name
countryCode
string
Indicates the ISO code of the country where the operator is registered
data
boolean
Indicates if the operator has any existing data discounts
bundle
boolean
Indicates if the operator has any existing bundle discounts
status
boolean
Indicates if the operator has any existing discounts
Last updated
Was this helpful?