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

Response

201
application/json
Service account was created successfully

The response is of type any.