---
title: "Template for a user"
method: GET
path: "/review_booster/template"
tags: ["Review Booster"]
---

# Template for a user

`GET /review_booster/template`

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.

## Response `200`

OK

- object
  - `template_id` string — The id associated to the template
  - `template` string — The template content, with placeholder(s) not filled
  - `status` 'success' — Request status

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/versions/3652d8b1a8b3/schema)
