cURL
curl --request GET \ --url https://api.bunny.net/user/audit/{date} \ --header 'AccessKey: <api-key>'
{ "Logs": [ { "Timestamp": "2023-11-07T05:31:56Z", "Product": "<string>", "ResourceType": "<string>", "ResourceId": "<string>", "ResourceOwner": "<string>", "Action": "<string>", "ActorId": "<string>", "ActorType": "<string>", "Diff": "<string>" } ], "HasMoreData": true, "ContinuationToken": "<string>", "StartToken": "<string>" }
API Access Key authorization header
Ascending
Descending
1 <= x <= 10000
The list of audit log entries
Show child attributes
Was this page helpful?