Audit Logs

View organisation activity history

GET/api/v1/audit

List audit logs

Returns the organisation's audit trail. Requires admin or owner role.

Parameters

Parameters

NameTypeInDescription
limitintegerquery
cursorstringqueryCursor for pagination

Response

FieldTypeDescription
dataarray
paginationobject
curl https://api.offly.net/api/v1/audit \
  -H "Authorization: Bearer YOUR_API_KEY"
Try it

Do not use production API keys on shared devices. Keys are stored in memory only.