GET
/
v1
/
actions
curl --request GET \
  --url https://partners-api.forge.gg/v1/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,
      "enabled": true
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

game_name
string
required

Name of the game used in the campaign page

Response

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