/api/v1/loyalty/grantGrant loyalty points to a player. The points are added to the player’s balance immediately.
Granting points requires the store to be on the Pro plan and Loyalty Rewards to be enabled. If loyalty is disabled or the subscription has lapsed, the request returns
403 Forbidden.
Body
playerUsernamestringrequiredThe player to grant points to.
playerUuidstringThe player’s UUID, if known.
amountnumberrequiredNumber of points to grant.
reasonstringOptional reason logged against the grant.
idempotencyKeystringOptional. Retries with the same key will not double-grant.
The data field is the player’s new balance after the grant.