curl --request GET \
--url http://localhost/mogl/mogl-compliance-backend/api/compliance/transactions/top-athletes \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Top Athletes has been retrieved.",
"data": {
"athletes": [
{}
]
}
}Returns the top athletes ranked by transaction value/count. Used in the dashboard ‘Top Athletes’ widget.
curl --request GET \
--url http://localhost/mogl/mogl-compliance-backend/api/compliance/transactions/top-athletes \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Top Athletes has been retrieved.",
"data": {
"athletes": [
{}
]
}
}Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Start date (YYYY-MM-DD).
"2026-02-16"
End date (YYYY-MM-DD).
"2026-03-18"
Search query string (athlete name).
""
Filter: Y = Current Athletes, N = Former Athletes, A = All Athletes.
Y, N, A "Y"
Show only MOGL deals.
true
Page number.
1
Items per page (default 10).
10
Filter by university/college ID.