Skip to main content
GET
/
reviews
/
templates
/
placeholders
All available placeholders
curl --request GET \
  --url https://api.partoo.co/v2/reviews/templates/placeholders \
  --header 'x-APIKey: <api-key>'
{
  "id": 2,
  "value": "my_first_name"
}

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

Reply templates available placeholders. A template placeholder is a dynamically updated word depending on the context.

id
integer

Placeholder id

Example:

2

value
string

Placeholder value

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

Example:

"my_first_name"