light-mode-image
Learn
API ReferenceDTS root CA certificates

Retrieve all public DTS root CA certificates

GET/v1/ecosystems/public/certificates/ca

Retrieves all public DTS root CA certificates.

This endpoint is intended for public consumption, and as such does not require authentication.

Response Body

application/json

curl -X GET "https://example.com/v1/ecosystems/public/certificates/ca"
{  "rootCertificates": [    {      "certificate": "string",      "notBefore": "2019-08-24T14:15:22Z",      "notAfter": "2019-08-24T14:15:22Z",      "fingerprint": "string",      "commonName": "string",      "intermediateCertificates": [        {          "certificate": "string",          "notBefore": "2019-08-24T14:15:22Z",          "notAfter": "2019-08-24T14:15:22Z",          "fingerprint": "string",          "commonName": "string"        }      ]    }  ]}

How would you rate this page?