---
title: "Increment the count of times a Template has been used"
method: POST
path: "/templates/{id}/increment-usage"
tags: ["Templates"]
---

# Increment the count of times a Template has been used

`POST /templates/{id}/increment-usage`

Every time a template is used we trigger this endpoint to increment the usage count

## Path parameters

- `id` string, required

## Response `200`

Usage count incremented

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found
- `409` — Conflict - The request conflicts with current state of the server

---

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