# Get user's loyalty point balance Returns the current balance of loyalty points. Endpoint: GET /v1/projects/{project_id}/loyalty_point_balance Version: 2.0.0 Security: XsollaLoginUserJWT ## Path parameters: - `project_id` (integer, required) Project ID. You can find this parameter in your Publisher Account next to the project name and in the browser address bar when working with a project. The URL has the following format: https://publisher.xsolla.com//projects/. Example: 44056 ## Response 200 fields (application/json): - `items` (array) List of the user's loyalty points with their current balances. - `items.sku` (string) Loyalty point SKU. Pass this value in the loyalty_point_sku parameter of other API calls, for example, when creating an order paid with loyalty points. - `items.name` (string) Loyalty point name. - `items.description` (string) Loyalty point description. - `items.image_url` (string) Image URL. - `items.amount` (number) Current balance of the specified loyalty point. ## Response 401 fields