v1
latestOpenAPI 3.1.12026-07-222968170.1 KBreviews
post/v2/reviews/{platform}
Path parameters
platformstring required
Example:custom
The review platform. Use your platform identifier if you are a review partner, or "custom" if you are a merchant integrating a custom reviews app
Query parameters
site_idnumber
Create the review in the specified site. This is only required for programs that have multiple sites. Programs with only a single site can omit this parameter, and the review will be created in the program's only site
Request body
Example request
{
"date": "2026-01-01T12:00:00Z"
}Response
201
Example response
{
"review": {
"platform": "custom",
"full_text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
"rating": 5,
"images_count": 3
}
}