Skip to main content
GET
Template for a user

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