API ReferenceSwaggerRewards
Get all unique brands with their metadata
AuthorizationBearer <token>
In: header
Query Parameters
giftCard?boolean
Filter by gift card campaigns. true = only gift cards, false = exclude gift cards, undefined = all campaigns
category?string
Header Parameters
x-api-keystring
Game API Key
x-game-uuid?string
Game UUID
Response Body
curl -X GET "https://api.playsuper.club/rewards/metadata/brands?giftCard=true&category=string" \ -H "x-api-key: string" \ -H "x-game-uuid: string"[
{
"brandName": "string",
"brandLogo": "string",
"rewardCount": 0
}
]