curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/request-manual-review \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"job_id": 100
}'{
"status": "success"
}Request MOGL team to manually review a deal. Triggers a Slack notification to the engineering team with a link to the job details.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/request-manual-review \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"job_id": 100
}'{
"status": "success"
}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.
Job ID to request review for
100
Manual review requested
success, error "success"