View organisation activity history
/api/v1/auditReturns the organisation's audit trail. Requires admin or owner role.
| Name | Type | In | Description |
|---|---|---|---|
| limit | integer | query | |
| cursor | string | query | Cursor for pagination |
| Field | Type | Description |
|---|---|---|
| data | array | |
| pagination | object |
curl https://api.offly.net/api/v1/audit \
-H "Authorization: Bearer YOUR_API_KEY"Do not use production API keys on shared devices. Keys are stored in memory only.