Retrieve VICAL root CA certificate
Retrieves the latest VICAL root ca certificate. This can be used by relying parties to verify the signed VICAL.
Roles: ["Admin","DTS Provider"]
Request
Responses
200
VICAL root CA certificate retrieved
404
Not Found. The specified resource was not found.
get/v1/ecosystems/{ecosystemId}/vicals/public/certificates/ca/latest
Request samples
- curl
- Node.js
- JavaScript
- Python
- C#
- Java
Response samples
- 404
application/json
{- "code": "string",
- "type": "string",
- "message": "string"
}
Retrieve VICAL root CA certificate revocation list
Retrieves revocation list for a given VICAL root CA certificate.
Roles: ["Admin","DTS Provider"]
Request
Responses
200
Revocation list retrieved
404
Not Found. The specified resource was not found.
get/v1/ecosystems/{ecosystemId}/vicals/public/certificates/ca/{caCertificateId}/crl
Request samples
- curl
- Node.js
- JavaScript
- Python
- C#
- Java
Response samples
- 404
application/json
{- "code": "string",
- "type": "string",
- "message": "string"
}