---
title: "Redeem a reward for a customer"
method: POST
path: "/loyalty/redeem"
tags: ["loyalty"]
---

# Redeem a reward for a customer

`POST /loyalty/redeem`

## Headers

- `x-branch` string, nullable

## Request body

- RedeemCreate
  - `customer_id` integer, required
  - `sku` string, required
  - `branch` string, nullable
  - `note` string, nullable
  - `meta` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
