v1
latestOpenAPI 3.0.12026-07-24501176.6 MBVendor List for Specific Brand
get/api_gateway/rewards/core/v1/vendor/brand/{brandId}
Path parameters
brandIdinteger required
Unique ID of brand
Query parameters
enabledboolean
Filters the brand with Vendor enabled as true.
Response
200
Example response
{
"status": {
"success": true,
"code": 5001,
"message": "Vendor fetched successfully"
},
"vendorList": [
{
"id": 51,
"name": "testVendor-016",
"brandId": 61,
"enabled": true,
"type": "REWARDS",
"rank": 1,
"code": "100737",
"description": "description",
"lastUpdatedOn": 1739777347000,
"lastUpdatedOnDateTime": "2025-02-17T07:29:07Z"
}
]
}