cURL
curl --request GET \ --url https://api.melonly.xyz/api/v1/server/audit-logs \ --header 'Authorization: <api-key>'
{ "data": [ { "applicationId": "<string>", "description": {}, "id": "<string>", "serverId": "<string>", "timestamp": 123, "type": 123, "userId": "<string>" } ], "page": 1, "pageSize": 10, "total": 100, "totalPages": 10 }
Get paginated list of audit logs for the current server
Type "Bearer" followed by a space and the API token.
successfully retrieved paginated audit logs
The response is of type object.
object