MATTR VII PlatformSemantic CWT credentials
Format a Semantic CWT credential as an Apple Pass
Returns an Apple Pass representation of a provided Semantic CWT credential based on an existing Apple Pass template.
The request will fail if the provided credential isn't valid or has expired.
Analytics Events
CREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_CREATE_STARTCREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_CREATE_SUCCESSCREDENTIAL_COMPACT_SEMANTIC_APPLE_PASS_CREATE_FAIL
Roles
adminissuer
POST
/v2/credentials/compact-semantic/digital-pass/appleAuthorizationBearer <token>
In: header
bodyCreateDigitalPassRequest
Format
objectResponse Body
curl -X POST "https://example.vii.au01.mattr.global/v2/credentials/compact-semantic/digital-pass/apple" \  -H "Content-Type: application/json" \  -d '{    "templateId": "3812166c-ac9f-4e4e-96dd-c1336b5be378",    "payload": "{payload}"  }'"string"{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}How would you rate this page?