GET
/
api
/
v1
/
pki
/
subscribers
/
{subscriberName}
curl --request GET \
  --url https://us.infisical.com/api/v1/pki/subscribers/{subscriberName}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "projectId": "<string>",
  "caId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "commonName": "<string>",
  "status": "<string>",
  "subjectAlternativeNames": [
    "<string>"
  ],
  "ttl": "<string>",
  "keyUsages": [
    "<string>"
  ],
  "extendedKeyUsages": [
    "<string>"
  ]
}

Path Parameters

subscriberName
string
required

The name of the PKI subscriber to get.

Query Parameters

projectId
string
required

The ID of the project to get the PKI subscriber for.

Response

200
application/json

Default Response

The response is of type object.