cURL
curl --request GET \ --url https://api.melonly.xyz/api/v1/server/logs/user/{username} \ --header 'Authorization: <api-key>'
{ "data": [ { "completedBy": "<string>", "createdAt": 123, "createdBy": "<string>", "description": "<string>", "editedBy": [ {} ], "expired": true, "expiredAt": 123, "expiredBy": "<string>", "hidden": true, "hiddenBy": "<string>", "id": "<string>", "proof": [ {} ], "robloxId": "<string>", "serverId": "<string>", "tempBan": true, "text": "<string>", "type": 123, "typeId": "<string>", "unbanAt": 123, "username": "<string>" } ], "page": 1, "pageSize": 10, "total": 100, "totalPages": 10 }
Get paginated list of logs for a specific user.
Type "Bearer" followed by a space and the API token.
Username
Page number
x >= 1
Items per page
1 <= x <= 100
successfully retrieved paginated user logs
The response is of type object.
object