curl --request POST \
--url http://localhost/mogl/mogl-backend/api/searchAthleteInvite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"job_id": 1,
"keywordSearch": "John",
"sport_category_id": 24,
"gender": "Male",
"school": "Abilene Christian University",
"is_current_athlete": "Y",
"job_for": "athlete",
"filterByInstaMin": 1000,
"filterByInstaMax": 1000000,
"filterByTwitterMin": 500,
"filterByTwitterMax": 500000,
"filterByTiktokMin": 1000,
"filterByTiktokMax": 2000000,
"sortOrderInsta": "asc",
"sortOrderTiktok": "asc",
"sortOrderTwitter": "asc",
"except": []
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/searchAthleteInvite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"job_id": 1,
"keywordSearch": "John",
"sport_category_id": 24,
"gender": "Male",
"school": "Abilene Christian University",
"is_current_athlete": "Y",
"job_for": "athlete",
"filterByInstaMin": 1000,
"filterByInstaMax": 1000000,
"filterByTwitterMin": 500,
"filterByTwitterMax": 500000,
"filterByTiktokMin": 1000,
"filterByTiktokMax": 2000000,
"sortOrderInsta": "asc",
"sortOrderTiktok": "asc",
"sortOrderTwitter": "asc",
"except": []
}
'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.
Page number
1
Items per page (default 10)
10
1
Search keyword
"John"
24
"Male"
"Abilene Christian University"
"Y"
"athlete"
1000
1000000
500
500000
1000
2000000
Sort by Instagram followers
asc, desc "asc"
Sort by TikTok followers
asc, desc "asc"
Sort by Twitter followers
asc, desc "asc"
Athlete IDs to exclude
[]Athletes available to invite