---
title: "Create Pass Template"
method: POST
path: "/v2/templates"
tags: ["Pass Templates"]
---

# Create Pass Template

`POST /v2/templates`

### Create Pass Template

Creates a new pass template based on the provided data.

**Parameters:**
- `input` (dict): The template data.
- `user` (User): The currently authenticated user.
- `background_tasks` (BackgroundTasks): Background tasks for asynchronous execution.

**Returns:**
- `dict`: The newly created pass template.

## Headers

- `authorization` string, nullable

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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