GET
/
v1
/
user
/
actions
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
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

game_name
string
required

Name of the game used in the campaign page

email
string

Email of the user

wallet_address
string

Wallet address of the user

blockchain
string

Blockchain of the user wallet

Response

200
application/json
User accomplished actions
status
enum<string>
Available options:
success,
failure
records
object[]