cURL
curl --request GET \ --url https://api.onchainden.com/api/v1/audit-logs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "action": "<string>", "actor": { "type": "member", "id": "<string>", "name": "<string>", "walletAddress": "<string>" }, "resourceType": "<string>", "resourceId": "<string>", "details": {}, "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "cursor": "<string>", "hasMore": true } }
Retrieves a paginated list of audit log entries for the organization.
API key authentication. Include your API key in the Authorization header.
Pagination cursor from previous response
Number of results per page (default 20, max 100)
1 <= x <= 100
List of audit logs
Show child attributes