Get Business

GET /businesses/{businessId}

Retrieve details for a business.

Request

GET https://marketplace.cloutly.com/api/v2/businesses/{businessId}

Response

{
  "id": "5ef7b45b-2fd2-4719-88fd-96ef62f9d4a4",
  "name": "My Business",
  "statistics": {
    "totalReviews": 100,
    "averageRating": 4.2,
    "averageRatingTrendPercent": -2.1
  }
}

Last updated