Authorizations
Service account key can be used as API keys
Body
application/json
Maximum length:
250curl --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
250