GET
/api/v1/customer/manufacturers/{id}/view
This API method will grab a detail of the manufacturer even if no customer attached to it.
Sample Response
{
"status": true,
"items": {
"id": "dnbPV7yRzv3EWaX1GKZv",
"name": "Stylushi Apparel",
"has_logo": 1,
"campaigns_total": 0,
"campaigns_registered": 0,
"total_registered_customers": 0,
"total_balance": 0,
"logo": "http://controlcenter.ftx:81/manufacturers/dnbPV7yRzv3EWaX1GKZv/logo"
}
}{
"status": false,
"message": "No manufacturer found"
}