light-mode-image
Learn
MATTR VII PlatformS-CWT Google Pass templates

Retrieve a Google Pass template

Retrieves an existing Google Pass template by providing its ID.

Analytics Events

CREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_RETRIEVE_STARTCREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_RETRIEVE_SUCCESSCREDENTIAL_COMPACT_SEMANTIC_GOOGLE_PASS_TEMPLATE_RETRIEVE_FAIL

Roles

adminissuer
GET/v2/credentials/compact-semantic/digital-pass/google/templates/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

Google Pass template ID

Formatuuid
idstring

Template ID

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/compact-semantic/digital-pass/google/templates/string"
{
  "id": "3812166c-ac9f-4e4e-96dd-c1336b5be378",
  "passType": "apple",
  "name": "Certificate of participation",
  "metadata": {
    "issuerId": "3388000000012346000",
    "serviceAccountClientEmail": "app-user@myproject.iam.gserviceaccount.com",
    "payPassId": "3388000000012345678.a0bbe92f-c85e-4081-94c3-f842bcd5e463"
  }
}
{
  "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?