MATTR VII PlatformCertificates
Retrieve DTS root CA certificate revocation list
Retrieves revocation list for a given DTS root CA certificate.
GET
/v1/ecosystems/{ecosystemId}/vicals/public/certificates/ca/{caCertificateId}/crl
Path Parameters
ecosystemIdstring
The UUID of the ecosystem
Format
uuid
caCertificateIdstring
Unique identifier of the VICAL root CA certificate.
Format
uuid
Response Body
curl -X GET "https://example.vii.au01.mattr.global/v1/ecosystems/87880d7e-a4d0-462e-8383-3f1e5e16865d/vicals/public/certificates/ca/b0aae560-10e7-4247-8e96-7cdd3578a1e2/crl"
Empty
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?