v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Points

Points redemption

New point redemption record is created. ⚠️ Action methods are available only in the Enterprise interface.

post/points/actions/reduce-points

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Request body

amountnumber float required

Number of redeemed points.

customer_idstring required

The unique ID of the customer.

partner_idstring required

The unique ID of the partner.

point_type_idstring

The unique ID of the point type. If the parameter is not set, a default point type is set.

notestring

Note for the new point record.

Example request

{
  "amount": 100,
  "customer_id": "8ea2591121e636086a4a9c0992",
  "partner_id": "86e05affc7a7abefcd513ab400",
  "point_type_id": "86e05affc7a7abefcd513ab400",
  "note": "Birthdate point reward"
}

Response

Created

Example response

{
  "data": {
    "point_id": "80c2c110a50db9f8134b6b72b3"
  }
}