MATTR VII PlatformCWT Apple Pass templates
Retrieve an Apple Pass template
Retrieves an existing Apple Pass template by providing its ID.
Analytics Events
CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_STARTCREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_SUCCESSCREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_RETRIEVE_FAIL
Roles
adminissuer
GET
/v2/credentials/compact/digital-pass/apple/templates/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Apple Pass template ID
Format
uuid
idstring
Apple Pass template ID
Response Body
curl -X GET "https://example.vii.au01.mattr.global/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"
}
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?