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