API ReferenceHolder root CA certificates
Retrieve a holder root CA certificate
GET
/v1/holder/certificates/ca/{certificateId}Retrieves a holder root CA certificate by ID.
Roles
adminholder
Analytics Events
CREDENTIAL_HOLDER_CA_CERTIFICATE_RETRIEVE_STARTCREDENTIAL_HOLDER_CA_CERTIFICATE_RETRIEVE_SUCCESSCREDENTIAL_HOLDER_CA_CERTIFICATE_RETRIEVE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
certificateId*string
Unique identifier of the holder root CA certificate.
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/holder/certificates/ca/281d20b3-42a3-40dd-b29a-115ff32b02b7"{ "id": "281d20b3-42a3-40dd-b29a-115ff32b02b7", "active": true, "certificatePem": "-----BEGIN CERTIFICATE-----\nMIIDXTCCAkWgAwIBAgIJAL5...\n-----END CERTIFICATE-----", "certificateFingerprint": "a3b2c1d4e5f67890a1b2c3d4e5f67890a1b2c3d4e5f67890a1b2c3d4e5f67890", "certificateData": { "commonName": "Example Tenant Wallet Attestation Root", "country": "NZ", "notBefore": "2026-04-06T00:00:00.000Z", "notAfter": "2036-04-06T00:00:00.000Z" }, "isManaged": true}How would you rate this page?
Retrieve all holder root CA certificates GET
Retrieves all holder root CA certificates for the tenant.
Update a holder root CA certificate PUT
Updates a holder root CA certificate. The only mutable field is `active`. Setting `active: true` deactivates all other roots for the tenant (single-active constraint).