You may want to capture the result of this as the key will never be shown again
curl --request POST \
--url https://api.cpln.io/org/{org}/serviceaccount/{name}/-addKey \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>"
}'
{
"name": "<string>",
"created": "2023-11-07T05:31:56Z",
"key": "<string>",
"description": "<string>"
}
Service account key can be used as API keys
The body is of type object
.
Service account was created successfully
The response is of type object
.
curl --request POST \
--url https://api.cpln.io/org/{org}/serviceaccount/{name}/-addKey \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>"
}'
{
"name": "<string>",
"created": "2023-11-07T05:31:56Z",
"key": "<string>",
"description": "<string>"
}
You may want to capture the result of this as the key will never be shown again
curl --request POST \
--url https://api.cpln.io/org/{org}/serviceaccount/{name}/-addKey \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>"
}'
{
"name": "<string>",
"created": "2023-11-07T05:31:56Z",
"key": "<string>",
"description": "<string>"
}
Service account key can be used as API keys
The body is of type object
.
Service account was created successfully
The response is of type object
.
curl --request POST \
--url https://api.cpln.io/org/{org}/serviceaccount/{name}/-addKey \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>"
}'
{
"name": "<string>",
"created": "2023-11-07T05:31:56Z",
"key": "<string>",
"description": "<string>"
}