API ReferenceSwaggerRewards
Get all rewards available to purchase
AuthorizationBearer <token>
In: header
Query Parameters
coinIdstring
category?string
brand?string
contentLogic?string
layoutStyle?string
api-version?string
giftCard?boolean
dedupeBrandsByDiscount?boolean
rewardIds?array<string>
country?string
limit?number
page?number
Header Parameters
x-languagestring
Language
x-api-keystring
Game API Key
Response Body
curl -X GET "https://api.playsuper.club/rewards?coinId=string&category=string&brand=string&contentLogic=string&layoutStyle=string&api-version=string&giftCard=true&dedupeBrandsByDiscount=true&rewardIds=reward-id-1%2Creward-id-2&country=string&limit=0&page=0" \ -H "x-language: string" \ -H "x-api-key: string"{
"id": "string",
"name": "string",
"description": "string",
"endDate": "2019-08-24T14:15:22Z",
"type": "string",
"brandId": "string",
"metadata": {
"brandName": "string",
"brandLogoImage": "string",
"campaignCoverImage": "string",
"brandCategory": [
"string"
],
"campaignTitle": "string",
"campaignSubTitle": "string",
"campaignDetails": "string",
"termsAndConditions": "string",
"howToRedeem": "string",
"campaignAssets": {
"property1": "string",
"property2": "string"
}
},
"availableQuantity": 0,
"flagAllowStudioEditPrice": true,
"brandName": "string",
"organizationId": "string",
"price": 0,
"maxPrice": 0,
"minPrice": 0
}