- Introduction
- Getting Started with our APIs
- Pagination
- Authorization
- CWT credentials
- Semantic CWT credentials
- JSON credentials
- mDocs
- postCreate a trusted issuer
- getRetrieve all trusted issuers
- getRetrieve a trusted issuer
- delDelete a trusted issuer
- postCreate a verifier root CA certificate
- getRetrieve all verifier root CA certificates
- putUpdate a verifier root CA certificate
- getRetrieve a verifier root CA certificate
- delDelete a verifier root CA certificate
- postCreate verifier application
- getRetrieve all verifier applications
- putUpdate verifier application
- getRetrieve a verifier application
- delDelete a verifier application
- postCreate wallet provider
- getRetrieve all wallet providers
- putUpdate a wallet provider
- getRetrieve a wallet provider
- delDelete a wallet provider
- getRetrieve presentation session result
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 certificate.
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