curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/get-single-athlete-millestone-cost \
--header 'Content-Type: application/json' \
--data '
{
"job_id": 100,
"athlete_id": 200
}
'{
"status": "success",
"data": []
}Returns cost breakdown for an athlete’s milestones on a job, including MOGL fees and Stripe processing fees. No authentication required (public endpoint).
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/get-single-athlete-millestone-cost \
--header 'Content-Type: application/json' \
--data '
{
"job_id": 100,
"athlete_id": 200
}
'{
"status": "success",
"data": []
}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.