cURL
curl --request GET \ --url https://audit.cpln.io/audit/org/{org}/id/{id} \ --header 'Authorization: <api-key>'
{ "kind": "<string>", "itemKind": "<string>", "query": { "param1": "value1", "param2": "value2" }, "links": [ { "rel": "self", "href": "/audit/org/myorg/id/e40f6816-574a-4150-a089-8bea6b4b588b" } ] }
Service account key can be used as API keys
An audit event object
Show child attributes
{ "param1": "value1", "param2": "value2" }