KASAmax API
  1. Webhooks
  • Shoptet
    • feed
      GET
  • Stockholding
    • Stocks
      • export (all)
      • export (unit)
    • Movements
      • list
  • AddressBook
    • Client
      • get
      • import
  • Assortment
    • PriceList
    • Coupon
    • import
      POST
  • Webhooks
    • CashFlow
    • Sale
    • ClientPoints
  • Schemas
    • Common
      • Address
      • Discount
      • Company
      • Amount
      • DiscountType
      • Result
      • PriceInput
      • MeasureUnit
      • ExportType
    • Assortment
      • CouponUsage
      • CouponActivation
      • CouponValidity
      • CouponType
      • CouponOperation
    • AddressBook
      • Benefits
      • ArticleGroupDiscount
    • Accounting
      • ReceiptState
      • PaymentType
  1. Webhooks

ClientPoints

Webhook
POST
ClientPoints

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "timestamp": "string",
    "event": "address-book.client.points",
    "accountId": "string",
    "data": {
        "received": 0,
        "spent": 0,
        "balance": 0,
        "client": {
            "localId": "string"
        },
        "receipt": {
            "localId": "string",
            "number": "string"
        }
    }
}'
Response Response Example
{}
Modified at 2026-03-19 19:45:50
Previous
Sale
Next
Address
Built with