curl --request GET \ --url https://partners-api.forge.gg/campaign/user-progress \ --header 'X-API-Key: <x-api-key>'
{ "campaign_id": "<##CAMPAIGN_ID##>", "campaign_name": "Campaign Name", "user_progress": [ { "user_id": "user_id", "name": "user_name", "email": "user_email", "quest_details": { "week_1": [ { "quest_id": "quest_id", "title": "quest title", "is_accomplished": true } ] }, "wallets": { "blockchain": [ "wallet_address" ] } } ], "next_token": "<##NEXT_TOKEN##>" }
"<##CAMPAIGN_ID##>"
"Campaign Name"
Show child attributes
"user_id"
"user_name"
"user_email"
"quest_id"
"quest title"
true
"<##NEXT_TOKEN##>"
Was this page helpful?