curl --request POST \
--url http://localhost/mogl/mogl-backend/api/myDealsV2 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "All Deals",
"type": "All",
"athlete_id": 123,
"job_id": "1",
"serviceId": 1,
"filterByKeyword": "test",
"job_detail_required": "No",
"sort_order": "name_desc",
"filterCategory": [],
"filterByMinPrice": 100,
"filterByMaxPrice": 10000,
"filterByPaymentMode": null,
"school_specific": "No"
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/myDealsV2 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "All Deals",
"type": "All",
"athlete_id": 123,
"job_id": "1",
"serviceId": 1,
"filterByKeyword": "test",
"job_detail_required": "No",
"sort_order": "name_desc",
"filterCategory": [],
"filterByMinPrice": 100,
"filterByMaxPrice": 10000,
"filterByPaymentMode": null,
"school_specific": "No"
}
'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
10
Alias for limit
10
Deal status filter
"All Deals"
Filter type
"All"
Athlete ID (for agent/partner context)
123
Filter to a single job
"1"
Filter to a fan service request
1
Keyword search on name/title/description
"test"
Request full job detail in response
Yes, No "No"
name_asc, name_desc, pay_high, pay_low "name_desc"
Category IDs
[]100
10000
Cash, Product null
Yes, No "No"
My deals V2