cURL
curl --request GET \ --url https://partners-api.forge.gg/v1/user/points \ --header 'X-API-KEY: <api-key>'
{ "status": "success", "records": { "action_points": 100, "referral_points": 100, "current_nft_multiplier": 1, "current_social_multiplier": 5, "bonus_points": 100, "total_points": 200 } }
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
Points accumulated by the user
The response is of type object.
object
Was this page helpful?