v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get historical points

Retrieve historical loyalty points activity imported from an external or legacy loyalty program for a specific customer.

post/v2/historicalPoints/getHistoricalPoints/{id}

Path parameters

idstring required
Example:<CUSTOMER_ID>

Headers

Authorizationstring
X-CAP-API-OAUTH-TOKENstring

Request body

Example request

{
  "filter": {
    "filterType": "DATE",
    "filterValues": [
      "2026-01-01T00:00:00+05:30",
      "2026-12-31T23:59:59+05:30"
    ]
  },
  "pageDetails": {
    "limit": 10
  }
}

Response

Successful response