Skip to main content
GET
/
review_booster
/
template
Template for a user
curl --request GET \
  --url https://api.partoo.co/v2/review_booster/template \
  --header 'x-APIKey: <api-key>'
{
  "template_id": 3462,
  "template": "Hello ${client_name}, please leave a review ${url}",
  "status": "success"
}

Authorizations

x-APIKey
string
header
required

The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.

Response

OK

template_id
string

The id associated to the template

Example:

3462

template
string

The template content, with placeholder(s) not filled

Example:

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

status
enum<string>

Request status

Available options:
success