---
title: "Grant a reward"
method: POST
path: "/loyalty/v1/rewards/{id}/grant"
tags: ["Reward"]
---

# Grant a reward

`POST /loyalty/v1/rewards/{id}/grant`

Grant a reward to a member that he can use.

## Path parameters

- `id` string, required

## Request body

- object
  - `card_code` string, required
  - `quantity` integer
  - `reason_msg` string
  - `grant_date` string
  - `burned_date` string
  - `validity_start` string
  - `validity_end` string
  - `store_id` string
  - `attribution_ids` string[]
  - `idempotency_key` string

## Response `200`

Reward grant is successful.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Reward not found.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/versions/2ff4735f665c/schema)
