Skip to main content
POST
/
get-roster
Get roster with athletes and social media data
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/get-roster \
  --header 'Content-Type: application/json' \
  --data '
{
  "roster_url": "my-team-roster",
  "password": "secret123"
}
'

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.

Body

application/json
roster_url
string
required

Roster URL slug (NOT roster_id)

Example:

"my-team-roster"

password
string | null

Required only for private rosters

Example:

"secret123"

Response

200

Roster data with athletes