# 获取用户的忠诚积分余额 返回忠诚积分的当前余额。 Endpoint: GET /v1/projects/{project_id}/loyalty_point_balance Version: 2.0.0 Security: XsollaLoginUserJWT ## Path parameters: - `project_id` (integer, required) 项目ID。您可以在发布商帐户的项目名称旁找到此参数;使用项目时,也可以在浏览器地址栏中找到此参数。URL格式如下:https://publisher.xsolla.com//projects/。 Example: 44056 ## Response 200 fields (application/json): - `items` (array) 用户忠诚积分及其当前余额列表。 - `items.sku` (string) 忠诚积分SKU。调用其他API时,请将该值作为loyalty_point_sku参数传入,例如创建使用忠诚积分支付的订单时。 - `items.name` (string) 忠诚积分名称。 - `items.description` (string) 忠诚积分描述。 - `items.image_url` (string) 图片URL。 - `items.amount` (number) 指定忠诚积分的当前余额。 ## Response 401 fields