---
title: "Get Pass Type Identifier"
method: GET
path: "/v2/passes/{passTypeIdentifier}"
tags: ["Passes"]
---

# Get Pass Type Identifier

`GET /v2/passes/{passTypeIdentifier}`

Fetch information about passes with a specific type identifier for the current user.

**Parameters:**
- `passTypeIdentifier`: The unique identifier for the pass type.
- `user`: User object, automatically resolved from the request.
- `search`: Dictionary containing search parameters.

**Returns:**
- `list`: A list of passes matching the pass type identifier.

## Path parameters

- `passTypeIdentifier` string, required

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