Skip to main content
GET
/
loyalty
/
history
cURL
curl --request GET \
  --url https://consumer.fanfare.io/api/loyalty/history
[
  {
    "actorType": "<string>",
    "id": "<string>",
    "occurredAt": "2023-11-07T05:31:56Z",
    "pointsDelta": 123,
    "txnType": "<string>",
    "bucketEarnedOn": "<string>",
    "bucketExpiresOn": "<string>",
    "sourceId": "<string>",
    "sourceType": "<string>"
  }
]

Query Parameters

limit
string

Response

Loyalty history retrieved successfully

actorType
string
required
id
string
required
occurredAt
string<date-time>
required
pointsDelta
number
required
txnType
string
required
bucketEarnedOn
string | null
bucketExpiresOn
string | null
sourceId
string | null
sourceType
string | null