Skip to main content
POST
/
org
/
{org}
/
mk8s
/
{name}
/
-join
Retrieve a join shell script.
curl --request POST \
  --url https://api.cpln.io/org/{org}/mk8s/{name}/-join \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "script": "<string>"
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
name
string
required

Body

application/json

The body is of type object.

Response

Created

script
string