POST
/
org
/
{org}
/
cloudaccount
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>"

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required

Body

application/json
description
string
Maximum length: 250
tags
object
provider
enum<string>
Available options:
aws,
gcp,
azure,
ngs
data
object

Response

201
application/json
Cloud account was created successfully

The response is of type any.