Developer Documentation (API)
- Authentication
- PHP Package
- V2 Endpoints
- Pass Templates
- Get a list of templates
- Describe the structure of a pass template
- Create a new template
- Update a template
- Patch a template
- Publish changes of a template
- Get information about fields of a pass-template only
- Schedule a Push Notification
- List scheduled notifications of a template
- Delete a scheduled Push Notification
- Copy a Pass Template
- Delete a Pass Template
- Create an iFrame Integration for a Template
- Create an URL Integration for a Template
- Passes
- REST Hooks
- Validating passes
- Deprecated endpoints
Get a list of templates
GET Request
Endpoint URL
Purpose
Returns a list of all pass-templates that have been created for your account.
Required input parameters
- HTTP Authorization Header that contains your API key
Returned values
JSON-Array containing the UID and the name of your pass-templates.
Example output:
[
{
"identifier": "6d03a4a9-cf92-4e36-80b4-a8994546e2f",
"name": "Coupon"
},
{
"identifier": "ad0dac69-cf92-4e36-80b4-a8994546e2f",
"name": "Test Storecard"
}
]