light-mode-image
Learn
MATTR VII PlatformCertificates

Retrieve a DTS root CA certificate revocation list

Retrieves the revocation list for a given DTS root CA certificate.

GET/v1/ecosystems/certificates/ca/{dtsCaCertificateId}/crl

Path Parameters

dtsCaCertificateIdstring

Unique identifier of the DTS root CA certificate.

Formatuuid

Response Body

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?