Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the admin audit log
cURL
curl --request GET \ --url https://api-oms.verolabs.co/api/v1/util/audit \ --header 'Authorization: Bearer <token>'
{ "entries": [ { "id": 123, "actor": "<string>", "action": "<string>", "entity_type": "<string>", "entity_id": "<string>", "request_id": 123, "detail": {}, "created_at": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
AuditResponse schema.
Audit entries returned by the response.
Hide child attributes
Unique identifier for the record.
User that performed the audited action.
Audited action name.
Audited entity type.
Audited entity identifier.
Request identifier.
Detailed information for the record.
Timestamp when the record was created.