v1

latestOpenAPI 3.0.12026-07-177949123.5 KB
v1/ca

Returns the Response containing the list of CAs with general information per CA as Json

Returns the Response containing the list of CAs with general information per CA as Json

get/v1/ca

Query parameters

includeExternalboolean
Example:true

true to get external (i.e. imported) cartificates, false to not get external (i.e. imported) certificates

Response

Successful operation

Example response

{
  "certificate_authorities": [
    {
      "id": 12345678,
      "name": "ExampleCA",
      "subject_dn": "CN=ExampleCA,O=Sample,C=SE",
      "issuer_dn": "CN=ExampleCA,O=Sample,C=SE",
      "expiration_date": "2038-01-19T03:14:07Z",
      "external": true
    }
  ]
}