Points

Get a points balance

GET/v1/points

Returns a player's current points balance. A player this environment has never seen has a balance of zero rather than being not found.

AuthorizationBearer <token>

Paste a project API key (no 'Bearer ' prefix). Create one in the dashboard under API keys.

In: header

Query Parameters

PlayerId?string

Your own id for the player.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/points"
{  "playerId": "string",  "balance": 0,  "updatedAtUtc": null}