cURL
curl --request GET \ --url https://api.plexospay.com/v1/audit-logs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "entityType": "<string>", "entityId": "<string>", "action": "<string>", "actorType": "<string>", "actorId": "<string>", "previousState": {}, "newState": {}, "ipAddress": "<string>", "userAgent": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "hasMore": true }
entity_type
entity_id
action
API key starting with sk_live_ or sk_test_
sk_live_
sk_test_
Max items per page (1-100)
1 <= x <= 100
Cursor — ID of the last item from previous page
Paginated list of audit logs
Show child attributes