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>"
}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 <= 10000Was this page helpful?