---
title: "Add points to a user"
method: POST
path: "/v1/admin/points/add"
tags: ["Points (Admin)"]
---

# Add points to a user

`POST /v1/admin/points/add`

## Request body

- AddPointsRequest
  - `receiverWallet` string, uuid, required
  - `amount` integer, required
  - `enforcementDate` string, date-time, required
  - `expirationDate` string, date-time, required

## Response `200`

Points added successfully

---

[API](https://skmtc.net/openloyalty/apis/loyalty-blockchain-api.md) · [All operations](https://skmtc.net/openloyalty/apis/loyalty-blockchain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openloyalty/loyalty-blockchain-api/revisions/e825144e9ffd/schema)
