Skip to main content
GET
/
org
/
{org}
/
mk8s
/
{name}
/
-cacerts
CA root for this cluster
curl --request GET \
  --url https://api.cpln.io/org/{org}/mk8s/{name}/-cacerts \
  --header 'Authorization: <api-key>'
{
  "cacerts": "<string>"
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
name
string
required

Response

Success

cacerts
string