Get a list of templates

GET Request
Endpoint URL https://wallet.boostcommerce.com.au/api/pass-template
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"
    }
]