light-mode-image
Learn
MATTR VII PlatformApple Identity Access certificates

Retrieve all Apple Identity Access CSRs

Retrieves all Apple Identity Access CSRs created by the tenant.

Analytics Events

CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_STARTCREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_SUCCESSCREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_RETRIEVE_LIST_FAIL

Roles

adminverifier
GET/v2/presentations/certificates/apple-identity-access-certificates
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v2/presentations/certificates/apple-identity-access-certificates"
{
  "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM",
  "data": [
    {
      "id": "fd44e792-45ac-11f0-bef8-bb24f133065e",
      "teamId": "A2B3C4D5E6",
      "merchantId": "com.domain.subdomain",
      "csrPem": "string"
    }
  ]
}

How would you rate this page?