API ReferenceCertificates
Retrieve a DTS root CA certificate revocation list
GET
/v1/ecosystems/certificates/ca/{dtsCaCertificateId}/crlRetrieves the revocation list for a given DTS root CA certificate.
Path Parameters
dtsCaCertificateId*string
Unique identifier of the DTS root CA certificate.
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.vii.au01.mattr.global/v1/ecosystems/certificates/ca/b0aae560-10e7-4247-8e96-7cdd3578a1e2/crl""string"{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}How would you rate this page?
Delete a DTS root CA certificate DELETE
Deletes a DTS root CA certificate. ### **Analytic events** * ECOSYSTEM_DTS_CA_CERTIFICATE_DELETE_START * ECOSYSTEM_DTS_CA_CERTIFICATE_DELETE_SUCCESS * ECOSYSTEM_DTS_CA_CERTIFICATE_DELETE_FAIL
Retrieve all public DTS root CA certificates GET
Retrieves all public DTS root CA certificates.