Players
Last updated
Last updated
Allows a player to be created without having gone through registration, enabling a frictionless first time user experience including asset ownership.
/v1/players
Bearer token to be passed for Authorization. Can be retrieved from v1/auth/token
Identifier for the environment that this request should interact with
Retrieve a single player by their id.
/v1/players/{playerId}
Bearer token to be passed for Authorization. Can be retrieved from v1/auth/token
Identifier for the environment that this request should interact with
Enables player linking functionality that's typical in mobile games where guest players who've earned progress and potentially even purchased assets want to centralize their assets on a registered player. Linking a guest player to a registered player will bulk transfer all assets from the guest player's wallet to the registered player's wallet. The mergedFrom field is set on the guest player for traceability. If a registered player already existed, the registered player record will be marked deleted and the mergedAt field updated. The guest player will also receive the mergedAt timestamp and will continue to function normally. A player can only be involved in a merge once.
/v1/players/{playerId}/link
The identifier of the guest player to be merged.
Bearer token to be passed for Authorization. Can be retrieved from v1/auth/token
Identifier for the environment that this request should interact with
bearer token for the registered mythical player
No body
Retrieves a list of items owned by a given player.
/v1/players/{playerId}/items
Bearer token to be passed for Authorization. Can be retrieved from v1/auth/token
Identifier for the environment that this request should interact with