Reviews

Create a review for a business

post/businesses/{id}/reviews

Path parameters

idstring required

The ID of the business

Request body

customerstring nullable

The ID of the customer who wrote the review

starsinteger required

The number of stars the review has

review_textstring nullable

The text of the review

created_atstring nullable

The date and time the review was created in ISO 8601 format

Response

The created Review object

idstring required

The ID of the review

created_atstring required

The date and time the review was created

updated_atstring required

The date and time the review was last updated

source'internal' | 'google' | 'yelp' required

The source of the review

starsinteger required

The number of stars the review has

review_textstring nullable required

The text of the review

customerstring nullable required

The ID of the customer who wrote the review

businessstring required

The ID of the business that the review is about

external_urlstring nullable required

The URL of the review on the external site

Changes

No recorded changes to this endpoint across all 1 revision of this API.