Skip to main content
GET
/
encrova-service
/
api
/
v1
/
ca
/
workspace
/
{workspaceName}
/
cas
List All Certificate Authorities
curl --request GET \
  --url https://encryption.platform.dev.ai71services.ai/encrova-service/api/v1/ca/workspace/{workspaceName}/cas \
  --header 'x-api-key: <x-api-key>'
[
  {
    "ca": {
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "parentCaId": "<string>",
      "projectId": "<string>",
      "type": "<string>",
      "status": "<string>",
      "friendlyName": "<string>",
      "organization": "<string>",
      "ou": "<string>",
      "country": "<string>",
      "province": "<string>",
      "locality": "<string>",
      "commonName": "<string>",
      "dn": "<string>",
      "serialNumber": "<string>",
      "maxPathLength": 123,
      "keyAlgorithm": "<string>",
      "notBefore": "<string>",
      "notAfter": "<string>",
      "activeCaCertId": "<string>",
      "requireTemplateForIssuance": true
    }
  }
]

Headers

x-api-key
string
required

Path Parameters

workspaceName
string
required

Response

Successfully retrieved Certificate Authorities

ca
object
required

The created Certificate Authority details