---
title: "POST /api/v4/customers/{customer_id}/bonus_points"
method: POST
path: "/api/v4/customers/{customer_id}/bonus_points"
---

# POST /api/v4/customers/{customer_id}/bonus_points

`POST /api/v4/customers/{customer_id}/bonus_points`

Earn or redeem bonus points.

## Path parameters

- `customer_id` integer, required

## Request body

- union
  - CustomerBonusPointsEarn
    - `earn` integer, required
  - CustomerBonusPointsRedeem
    - `redeem` integer, required

## Response `200`

The request has succeeded.

- union
  - CustomerBonusPointsResponse
    - `bonus_points` integer
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
