curl --request POST \
--url http://localhost/mogl/mogl-backend/api/JobShareCall \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"athlete_share": "All",
"share_job_id": "1"
}
'{
"status": "success",
"message": "Job share notification triggered.",
"errors": []
}Called by internal services to share a job via email/SMS/push notifications.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/JobShareCall \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"athlete_share": "All",
"share_job_id": "1"
}
'{
"status": "success",
"message": "Job share notification triggered.",
"errors": []
}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.
Server-to-Server API Key for internal/lambda/cron calls