Skip to main content
GET
/
api
/
admin
/
audit-logs
Get Audit Logs
curl --request GET \
  --url http://localhost:8080/api/admin/audit-logs \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "logs": [
      {}
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
page_size
integer
default:50

Response

200 - application/json

List of audit logs

success
boolean
data
object