Developer Documentation (API)
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
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"
}
]