VICAL Certificates

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
path Parameters
ecosystemId
required
string <uuid>

The UUID of the ecosystem

Example: 87880d7e-a4d0-462e-8383-3f1e5e16865d
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

Retrieve VICAL root CA certificate revocation list

Retrieves revocation list for a given VICAL root CA certifiate.

SecuritybearerAuth
Request
path Parameters
ecosystemId
required
string <uuid>

The UUID of the ecosystem

Example: 87880d7e-a4d0-462e-8383-3f1e5e16865d
caCertificateId
required
string <uuid>

Unique identifier of the VICAL root CA certificate.

Example: b0aae560-10e7-4247-8e96-7cdd3578a1e2
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