v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Review Booster

Template for a user

This endpoint lets you get your corresponding template. If no template exists for the user, a template is created and sent back. You need to be subscribed to the Review Booster product.

get/review_booster/template

Response

OK

template_idstring

The id associated to the template

templatestring

The template content, with placeholder(s) not filled

status'success'

Request status

Example response

{
  "template": "Hello ${client_name}, please leave a review ${url}"
}