cURL
curl --request POST \ --url https://api.cpln.io/org/{org}/serviceaccount \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "tags": {} } '
{ "status": 123, "message": "<string>", "code": "<string>", "details": {}, "id": "<string>" }
Service account key can be used as API keys
250
Service account was created successfully