GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
csr
curl --request GET \
  --url https://app.infisical.com/api/v1/pki/ca/{caId}/csr
{
  "csr": "<string>"
}

Path Parameters

caId
string
required

The ID of the CA to generate CSR from

Response

200 - application/json
Default Response
csr
string
required

The generated CSR from the CA