GET {baseUrl}/vendor/only
Bearer token
{
"statusCode": 0,
"status": true,
"message": "string",
"response": {
"vendors": [
{
"moreInformation": {
"gstRate": 0,
"currency": {
"name": "string",
"symbol": "string",
"code": "string"
},
"timezone": "string",
"email": "string",
"name": "string",
"contactNumber": "string",
"altContactNumber": "string",
"internationalSeller": true,
"domesticSeller": true,
"commisionsLab": "string",
"shopActive": true,
"shopVerified": true,
"shopPremium": true,
"establishmentYear": 0,
"purchaseIncentiveRate": 0
},
"_id": "string",
"vendorId": "string",
"store": {
"businessInformation": {
"shopName": "string"
},
"_id": "string"
}
}
]
}
}