---
title: "Issue Loyalty Points"
method: POST
path: "/v1/players/{player_id}/issue_loyalty_points"
tags: ["Players"]
---

# Issue Loyalty Points

`POST /v1/players/{player_id}/issue_loyalty_points`

Issue loyalty points to a player.

## Path parameters

- `player_id` string, required

## Request body

- AghanimS2sPlayerSchemasIssueLoyaltyPointsRequest
  - `amount` integer, required — The amount of loyalty points to issue.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/f8569ba0d776/schema)
