v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Organisation Level Configuration

get/api_gateway/rewards/core/v1/brand/{id}/getConfig

Path parameters

brandIdinteger required

Unique identifier of the brand.

Response

200

Example response

{
  "status": {
    "success": true,
    "code": 3012,
    "message": "Org configs fetched successfully"
  },
  "configList": [
    {
      "configKeyName": "CONF_EXT_POINTS_VENDOR",
      "configKeyValue": "false",
      "label": "Enable third party vendor for points redemption"
    }
  ]
}