---
title: "Get Pass Templates"
method: GET
path: "/v2/templates"
tags: ["Pass Templates"]
---

# Get Pass Templates

`GET /v2/templates`

### Get Pass Templates

Retrieves a list of pass templates based on search criteria.

**Parameters:**
- `search` (dict): Search parameters including pagination options.
- `user` (User): The currently authenticated user.

**Returns:**
- `list`: A list of pass templates serialized into dictionaries.

## Query parameters

- `q` string, nullable
- `page` integer
- `limit` integer
- `offset` integer, nullable

## Headers

- `authorization` string, nullable

## 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)
