cURL
curl --request GET \ --url https://partners-api.forge.gg/v1/user/actions \ --header 'X-API-KEY: <api-key>'
{ "status": "success", "records": [ { "action_id": "retweet-daily-tweet-1..", "title": "Retweet Pinned Tweet", "description": "Retweet The Pinned Tweet", "is_daily_action": false, "points": 10, "accomplished_at": "2020-10-10T00:00:00.000Z", "enabled": true } ] }
Requires X-API-KEY
X-API-KEY
Name of the game used in the campaign page
Email of the user
Wallet address of the user
Blockchain of the user wallet
User accomplished actions
The response is of type object.
object
Was this page helpful?