isDeliveryCoordinator: true on the delivery user.GET /api/v1/vendors for the user app.Authorization: ********************x-api-key: ********************{
"status": "success",
"message": "Vendors fetched successfully",
"data": {
"vendors": [
{
"_id": "string",
"name": "string",
"description": "string",
"category": "string",
"workingHours": {},
"logoPath": "string",
"coverPath": "string",
"averageRate": 0,
"totalRates": 0,
"order": 0,
"freeDelivery": true,
"preparationTime": {}
}
],
"total": 120,
"page": 1,
"limit": 15,
"totalPages": 8
}
}