---
title: "Issue Loyalty Points"
method: POST
path: "/v1/loyalty/{loyalty_settings_id}/issue_points"
tags: ["Loyalty Program"]
---

# Issue Loyalty Points

`POST /v1/loyalty/{loyalty_settings_id}/issue_points`

Issue loyalty points to a user manually.

## Path parameters

- `loyalty_settings_id` string, required

## Request body

- AghanimLoyaltySchemasIssueLoyaltyPointsRequest
  - `user_id` string, required — The unique identifier of the user
  - `amount` integer, required — The amount of loyalty points to issue

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-20** `8662e77bc1e2` — 1 warning
  - the `user_id` request property's maxLength was set to `32`

[Change history](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/changes/v1/loyalty/:loyalty_settings_id/issue_points/post.md)

---

[API](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/revisions/2fecf8a6aa0b/schema)
