curl --request GET \
--url https://us.infisical.com/api/v2/workspace/{projectId}/ssh-cas
{
"cas": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "<string>",
"friendlyName": "<string>",
"status": "<string>",
"keyAlgorithm": "<string>",
"keySource": "<string>"
}
]
}
curl --request GET \
--url https://us.infisical.com/api/v2/workspace/{projectId}/ssh-cas
{
"cas": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "<string>",
"friendlyName": "<string>",
"status": "<string>",
"keyAlgorithm": "<string>",
"keySource": "<string>"
}
]
}
The ID of the project to list SSH CAs for.
Default Response
The response is of type object
.
Was this page helpful?