API ReferenceCatalog
Get a catalog brand
Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
brandKey*string
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/catalog/brands/string"{ "brand": { "brandKey": "string", "name": "string", "description": "string", "shortDescription": "string", "disclaimer": "string", "imageUrl": "string", "categories": [ "string" ], "items": [ { "utid": "string", "rewardName": "string", "currencyCode": "string", "valueType": "string", "faceValue": 0, "minValue": 0, "maxValue": 0, "countries": [ "string" ] } ] }}