listPasses
List passes
Returns a paginated list of passes for the current app.
Scope: passes:read
Maps to OpenAPI operationId listPasses — GET /manage-passes.
Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. | |
| offset | No | Number of results to skip. | |
| status | No | Filter by pass status. | |
| x_app_id | No | Override X-App-Id for this call. Defaults to the MCP connection header. | |
| external_id | No | Filter by external ID. | |
| template_id | No | Filter by template ID. | |
| wallet_type | No | Filter by wallet platform type. | |
| created_after | No | Only return passes created after this timestamp. | |
| serial_number | No | Filter by serial number. | |
| created_before | No | Only return passes created before this timestamp. |