curl --request POST \
--url http://localhost/mogl/mogl-backend/api/athlete/getRecentDealsPost \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"limit": 10,
"starting_date": "2024-01-01",
"filterByType": "athlete",
"filterByPlatform": "instagram",
"filterByCompensation": "paid",
"filterByDealType": [],
"filterByAthleteId": [],
"filterByBrandId": []
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/athlete/getRecentDealsPost \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"page": 1,
"limit": 10,
"starting_date": "2024-01-01",
"filterByType": "athlete",
"filterByPlatform": "instagram",
"filterByCompensation": "paid",
"filterByDealType": [],
"filterByAthleteId": [],
"filterByBrandId": []
}
'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.
1
10
"2024-01-01"
"athlete"
"instagram"
"paid"
Filter by deal type IDs
[]Filter by athlete IDs
[]Filter by brand/partner IDs
[]Recent deals posts