---
title: "Show Pass Template"
method: GET
path: "/api/v1/pass_templates/{pass_template_uuid}"
tags: ["Pass Templates"]
deprecated: true
---

# Show Pass Template

`GET /api/v1/pass_templates/{pass_template_uuid}`

> **Deprecated.**

## Response `200`

successful

- SerializedPassTemplateDeprecated
  - `data` object
    - `id` string — Auto-generated UUID of the pass template
    - `type` string
    - `attributes` object
      - `backgroundColor` string — Must be a valid hex color code
      - `name` string — Name of the pass template, set on creation. Not displayed on the pass
      - `description` string — Pass description, displayed on the pass
      - `labelColor` string — Must be a valid hex color code. Only valid for iphone passes
      - `textColor` string — Must be a valid hex color code. Only valid for iphone passes
      - `templateType` 'generic' | 'eventTicket' | 'storeCard' | 'transit' — Passes created from this template will be of this type
      - `header` string, nullable — Pass Header Label
      - `secondary` object — Pass Secondary Labels
        - `secOne` string, nullable
        - `secTwo` string, nullable
        - `secThree` string, nullable
      - `secondaryValues` object — Pass Secondary default values
        - `secOneValue` string, nullable
        - `secTwoValue` string, nullable
        - `secThreeValue` string, nullable
      - `auxiliary` object — Pass Auxiliary Labels
        - `auxOne` string, nullable
        - `auxTwo` string, nullable
        - `auxThree` string, nullable
      - `auxiliaryValues` object — Pass Auxiliary default values
        - `auxOneValue` string, nullable
        - `auxTwoValue` string, nullable
        - `auxThreeValue` string, nullable
      - `backFields` object — Pass Back Field Labels
        - `backOne` string, nullable
        - `backTwo` string, nullable
        - `backThree` string, nullable
        - `backFour` string, nullable
        - `backFive` string, nullable
      - `backFieldValues` object — Pass Back Field default values
        - `backOneValue` string, nullable
        - `backTwoValue` string, nullable
        - `backThreeValue` string, nullable
        - `backFourValue` string, nullable
        - `backFiveValue` string, nullable

## Other responses

- `401` — Error: Unauthorized
- `404` — Error: Not Found

---

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