MATTR VII PlatformVerifier root CA certificates
Retrieve a verifier root CA certificate
Retrieves an existing verifier root CA certificate.
Analytics Events
CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_RETRIEVE_STARTCREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_RETRIEVE_SUCCESSCREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_RETRIEVE_FAIL
Roles
adminverifier
GET
/v2/presentations/certificates/ca/{certificateId}
AuthorizationBearer <token>
In: header
Path Parameters
certificateIdstring
Unique identifier for the verifier root CA certificate.
Format
uuid
Response Body
curl -X GET "https://example.vii.au01.mattr.global/v2/presentations/certificates/ca/281d20b3-42a3-40dd-b29a-115ff32b02b7"
{
"id": "string",
"certificatePem": "-----BEGIN CERTIFICATE-----\nMIIDXTCCAkWgAwIBAgIJAL5...\n-----END CERTIFICATE-----",
"certificateFingerprint": "a3b2c1d4e5f60718293a4b5c6d7e8f90123456789abcdef0123456789abcdef0",
"certificateData": {
"commonName": "Example Verifier",
"country": "US",
"notAfter": "2024-10-22T00:00:00Z",
"notBefore": "2023-10-22T00:00:00Z"
},
"active": true,
"isManaged": true
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?