Business

A business in Reviews Caribbean is the entity that reviews are made to.

Get the business of the current logged-in user

GET/business

Path parameters

Key
Value
Description

Response

{
  "id": "0c796c9c-532d-4382-af68-80ed8e8cd18f",
  "name": "Business name",
  "website": "business.com",
  "email": "[email protected]",
  "phone": "123456789",
  "category": "entertainment",
  "bio": "A skate park",
  "address": "87519 Tito Walk Suite 803",
  "logoUrl": "https://reviewscaribbean-public.s3.us-east-1.amazonaws.com/logos/8446e908-a347-46fb-959e-58fe71e995a6/123logo.png",
  "claimed": true,
  "country": "Jamaica",
  "createdAt": "2023-12-11T16:16:19.226Z",
  "reviewsCount": 214,
  "ratings": {
    "averageRating": 3.68,
    "ratingStarsDistribution": {
      "oneStarRating": 34,
      "twoStarRating": 15,
      "threeStarRating": 20,
      "fourStarRating": 60,
      "fiveStarRating": 85
    }
  }
}

Last updated