---
title: "Get All Images Of Pass Template"
method: GET
path: "/v2/templates/{templateId}/images"
tags: ["Pass Templates > Images"]
---

# Get All Images Of Pass Template

`GET /v2/templates/{templateId}/images`

### Get All Images of Pass Template

Retrieves all images associated with a specific pass template.

**Parameters:**
- `template` (Template): The pass template.

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

## Path parameters

- `templateId` union, required
  - string
  - string

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