| Field | Required | Description |
|---|---|---|
| api-token | Yes | Authentication token provided by VasyERP |
| Field | Description |
|---|---|
| brandId | Unique identifier of the brand |
| brandName | Name of the brand |
| status | Indicates whether the brand is active or inactive |
curl --location '/api/v1/brand' \
--header 'api-token: {{.in-api-token}}'{
"status": true,
"message": "Brand List",
"code": "200",
"response": {
"totalCount": 411,
"items": [
{
"brandId": 654673,
"brandName": "24 Mantra Organic"
},
{
"brandId": 654563,
"brandName": "sepoy"
}
]
}
}