get_pass
Retrieve a single pass by ID or external ID plus template ID, returning wallet download and installation badge URLs, with optional full template configuration.
Instructions
Get a single pass by ID or by externalId + templateId. Returns the pass with wallet download URLs (Apple, Google, Huawei) and installation badge URLs. Use includeTemplate to also get the full template configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Pass ID (use this OR externalId + templateId) | |
| locale | No | Locale for pass text (e.g. 'en', 'hr', 'de') | |
| externalId | No | External ID (must be combined with templateId) | |
| templateId | No | Template ID (required when using externalId) | |
| includeTemplate | No | Include full template data in response |