Skip to main content
GET
/
athletes
/
getAthlete
Get athletes list
curl --request GET \
  --url http://localhost/mogl/mogl-compliance-backend/api/compliance/athletes/getAthlete \
  --header 'Authorization: Bearer <token>'

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.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Query Parameters

start_date
string<date>

Start date (YYYY-MM-DD).

end_date
string<date>

End date (YYYY-MM-DD).

q
string

Search query (athlete name).

is_current_athlete
enum<string>

Y = Current, N = Former, A = All.

Available options:
Y,
N,
A
mogl_deals_only
boolean

Show only MOGL deals.

page
integer
items
integer

Items per page (default 10).

college_id
integer

Filter by university ID.

Response

Athletes list