Get all operators
The /operators
endpoint allows you to retrieve information on any of the 700+ available operators that can be used to make top-ups with the Airtime API
Operators
GET
https://topups.reloadly.com/operators
Query Parameters
includeBundles
boolean
Indicates if any airtime and data bundles being offered by the operator should be included in the API response. Default value is true
includeData
boolean
Indicates if any airtime or data plans being offered by the operator should be included in the API response. Default value is true
includePin
boolean
Indicates if PIN details for the operator should be included in the API response. Default value is true
suggested AmountsMap
boolean
Indicates if the suggestedAmountsMap
field should be returned. Default value is false
suggested Amounts
boolean
Indicates if the suggestedAmounts
field should be returned. Default value is false
size
integer
This indicates the number of operators to be retrieved on a page. Default value is 200
page
integer
This indicates the page of the operator list being retrieved. 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
id/operatorId
integer
The ID of the operator
name
string
The operator's name
bundle
boolean
Indicates if the operator has any existing bundle plans
data
boolean
Indicates if the operator has any existing data plans.
pin
boolean
Indicates if the operator supports PIN transactions
supports
LocalAmounts
boolean
Indicates if the operator can make top-ups in local amounts
denominationType
string
Indicates if the operator makes top-ups through a fixed amount or a range of amounts. Options include FIXED
and RANGE
senderCurrencyCode
string
Indicates the currency code of the account where the top-up is being made from
senderCurrency
Symbol
string
Indicates the currency symbol of the account where the top-up is being made from
destinationCurrencyCode
string
Indicates the currency code of the mobile number where the top-up is being sent to
destinationCurrencySymbol
string
Indicates the currency symbol of the mobile number where the top-up is being sent to
commission
integer
Indicates if the operator offers a commission or discount
international
Discount
integer
Indicates if the operator offers a discount for top-ups made to foreign numbers
localDiscount
integer
Indicates if the operator offers a discount for top-ups made to local numbers
mostPopularAmount
integer
Indicates the amount that is often used to make a top-up
mostPopular
LocalAmount
integer
Indicates the amount that is often used to make a top-up locally
minAmount
integer
Indicates the minimum amount that can be used to make a top-up
maxAmount
integer
Indicates the maximum amount that can be used to make a top-up
localMinAmount
integer
Indicates the minimum amount that can be used to make a top-up locally
localMaxAmount
integer
Indicates the maximum amount that can be used to make a top-up locally
isoName
string
Indicates the country's ISO code
name
string
Indicates the country's name
rate
integer
Indicates the FX rate at which the top-up will be made
currencyCode
string
Indicates the code of the currency at which the top-up will be made
logoURLs
string
These are links to SVG images of the operator's logos
fixedAmounts
integer
Indicates the fixed amounts that a top-up can be made in with the operator
fixedAmounts
Description
string
Indicates the descriptions for the operator's fixed amounts
localFixedAmounts
integer
Indicates the local fixed amounts that a top-up can be made in with the operator
localFixed
AmountsDescription
string
Indicates the descriptions for the operator's local fixed amounts
suggestedAmounts
integer
Indicates the suggested amounts that can be used to make a top-up with the operator
suggested
AmountsMap
string
Indicates the suggested amounts that can be mapped through
promotions
string
Indicates the promotions currently offered by the operator
Last updated
Was this helpful?