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"
}
'Looks up roster by URL slug. Private rosters require a password.
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.