Create a verifier root CA certificate
/v2/presentations/certificates/caCreates a verifier root CA certificate to be used as part of mDocs online verification workflows.
- A maximum of three Verifier root CA certificates can be created per tenant.
Roles
Analytics Events
Authorization
bearerAuth In: header
Request Body
application/json
Verifier root CA certificate payload
TypeScript Definitions
Use the request body type in TypeScript.
Request payload for managed verifier root CA certificate
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v2/presentations/certificates/ca" \ -H "Content-Type: application/json" \ -d '{}'{ "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}How would you rate this page?