---
title: "Get All Available Passtypes"
method: GET
path: "/v2/passtypes"
tags: ["Pass Type IDs"]
---

# Get All Available Passtypes

`GET /v2/passtypes`

Retrieves a list of all available pass type IDs for the current user.

- **user**: The authenticated user instance.

### Returns
- **list**: A list of pass type IDs serialized into `PassTypeRead` schema.

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