curl --request POST \
--url https://api.cpln.io/org/{org}/cloudaccount \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {},
"provider": "aws",
"data": {
"projectId": "<string>"
}
}'
"<any>"
curl --request POST \
--url https://api.cpln.io/org/{org}/cloudaccount \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {},
"provider": "aws",
"data": {
"projectId": "<string>"
}
}'
"<any>"
Service account key can be used as API keys
The body is of type object
.
Cloud account was created successfully
The response is of type any
.