Skip to main content
GET
/
user
/
audit
/
{date}
GetUserAuditLog
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>"
}

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

date
string<date-time>
required

Query Parameters

request
object

Response

The list of audit log entries

HasMoreData
boolean
required
Logs
object[] | null
ContinuationToken
string | null
StartToken
string | null