v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Reviews

All available placeholders

This endpoint lets you access available placeholders for reply review templates. A template placeholder is a dynamically updated word within the Partoo app depending on the context.

Ex: Once used to answer a review, if a template has a client_first_name placeholder, the placeholder will take the value of the reviewer's first name.

get/reviews/templates/placeholders

Response

OK

idinteger

Placeholder id

valuestring

Placeholder value

This value must be used within the placeholder markup @[](placeholder_value) in a template text in order to work properly.

Example response

{
  "id": 2,
  "value": "my_first_name"
}