API ReferenceCWT Apple Pass templates
Retrieve an Apple Pass template
GET
/v2/credentials/compact/digital-pass/apple/templates/{id}Retrieves an existing Apple Pass template by providing its ID.
Roles
adminissuermanaged-issuer
Analytics Events
CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_STARTCREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_SUCCESSCREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Apple Pass template ID
Format
uuidid*string
Apple Pass template ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v2/credentials/compact/digital-pass/apple/templates/string"{ "id": "3812166c-ac9f-4e4e-96dd-c1336b5be378", "passType": "apple", "name": "Certificate of participation", "metadata": { "fileName": "certificate_of_participation.pkpass", "teamIdentifier": "GH5P43ABC", "passTypeIdentifier": "pass.myproject.participation.pk" }}How would you rate this page?
Retrieve all Apple Pass templates GET
Retrieves a list of all Apple Pass template available on the tenant.
Update an Apple Pass template PUT
Updates an existing Apple Pass template by providing its ID and a `.zip` file. Refer to our [Design an Apple Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/apple-templates) guide for more information on how to design the template and how to structure the `.zip` file.