v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Reward Category

Get reward categories for a particluar brand.

get/api_gateway/rewards/core/v1/metadata/categories/brand/{brandId}

Path parameters

brandIdinteger required

Unique identifier for the brand.

brand namestring required

Name of the brand for which you want to retrieve the reward categories.

Response

200

OR
OR

Example response

{
  "status": {
    "success": true,
    "code": 200,
    "message": "Category fetched successfully"
  },
  "categoryList": [
    {
      "id": 128,
      "name": "tickets"
    }
  ]
}