curl --request POST \
--url https://api.cpln.io/org/{org}/serviceaccount \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {}
}'
"<any>"
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 any
.
curl --request POST \
--url https://api.cpln.io/org/{org}/serviceaccount \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {}
}'
"<any>"
curl --request POST \
--url https://api.cpln.io/org/{org}/serviceaccount \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {}
}'
"<any>"
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 any
.
curl --request POST \
--url https://api.cpln.io/org/{org}/serviceaccount \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {}
}'
"<any>"