cURL
curl --request GET \ --url https://api.example.com/v1/audit/logs \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "organizationId": "<string>", "tokenId": "<string>", "endpoint": "<string>", "method": "<string>", "ts": 123, "body": {}, "userId": "<string>" } ]
Get audit logs for an organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Opaque cursor token for pagination.
Number of results to return per page.
1 <= x <= 100
Get audit logs