KASAmax API
  1. Client
  • Shoptet
    • feed
      GET
  • Stockholding
    • Stocks
      • export (all)
      • export (unit)
    • Movements
      • list
  • AddressBook
    • Client
      • get
        POST
      • import
        POST
  • 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. Client

get

POST
/address-book/client/get

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/address-book/client/get' \
--header 'x-api-key: <api-key>'
Response Response Example
{}
Modified at 2026-03-19 19:23:34
Previous
list
Next
import
Built with