- Introduction
- Getting Started with our APIs
- Pagination
- Authorization
Retrieve VICAL root CA certificate
Retrieves the latest VICAL root ca certificate. This can be used by relying parties to verify the signed VICAL.
SecuritybearerAuth
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
Retrieve VICAL root CA certificate revocation list
Retrieves revocation list for a given VICAL root CA certifiate.
SecuritybearerAuth
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