GET
/
v1
/
user
/
social-multiplier
curl --request GET \
  --url https://partners-api.forge.gg/v1/user/social-multiplier \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success",
  "records": {
    "social_multiplier": 5,
    "twitter_followers": 100000
  }
}

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
Social multiplier details of the user
status
enum<string>
Available options:
success,
failure
records
object