Get all promotions
Using the /promotions
endpoint, you can get information on every operator running an active promotion on any of their products — airtime or data
Promotions
GET
https://topups.reloadly.com/promotions
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 promotions. 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
promotionId
integer
This is a unique identifier for the ongoing promotion
operatorId
integer
Indicates the ID of the operator offering the promotion
title1
string
Indicates the duration of the promotion and the name of the operator offering it
title2
string
Indicates additional information on the promotion
description
string
This indicates a summary of what the promotion is about
startDate
string
The date the promotion begins
endDate
string
The date the promotion ends
denominations
string
Indicates the top-up amounts that are eligible for the promotion
localDenominations
string
Indicates the local top-up amounts in the destination's currency that are eligible for the promotion
Last updated
Was this helpful?