Skip to main content
GET
Reviews

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string
required

A universal identifier string unique to a particular business.

Example:

"ac4d4ebc-8bb9-4927-8fd5-6ea677afeed2"

Response

200 - application/json; charset=utf-8

OK

status
enum<string>

Indicates whether the request succeeded or failed.

Available options:
success,
fail
message
string

Descriptive message about the result of the operation.

Example:

"Business reviews fetched successfully"

data
ReviewsData · object