---
title: "Get Passtype Information"
method: GET
path: "/v2/passtypes/{passTypeIdentifier}"
tags: ["Pass Type IDs"]
---

# Get Passtype Information

`GET /v2/passtypes/{passTypeIdentifier}`

Fetches detailed information about a specific pass type ID associated with the current user.

- **passTypeIdentifier**: The unique identifier for the pass type.
- **user**: The authenticated user instance.

### Returns
- **dict**: Detailed pass type information or an error message if not found.

## Path parameters

- `passTypeIdentifier` string, required

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