curl --request GET \
--url https://api.example.com/audit-log \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"org_id": "<string>",
"user_id": "<string>",
"action": "<string>",
"entity_type": "<string>",
"entity_id": "<string>",
"changes": {},
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"total_pages": 123,
"has_next": true,
"has_prev": true
}
}List audit log entries (Administrator only).
curl --request GET \
--url https://api.example.com/audit-log \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"org_id": "<string>",
"user_id": "<string>",
"action": "<string>",
"entity_type": "<string>",
"entity_id": "<string>",
"changes": {},
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"total_pages": 123,
"has_next": true,
"has_prev": true
}
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Filter by entity type
Filter by entity identifier
Filter by user ID
Filter by action
Start of created_at range
End of created_at range
Page number
x >= 1Page size
1 <= x <= 200