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