---
title: "Get customer point transaction history"
method: GET
path: "/api/external/point-transaction-history/{customer_id}"
tags: ["Points & Earn Rules"]
---

# Get customer point transaction history

`GET /api/external/point-transaction-history/{customer_id}`

## Path parameters

- `customer_id` integer, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successfully retrieved point transaction history

- PointTransaction
  - `autoApprovalDays` integer
  - `contractId` string
  - `createAt` string, date-time
  - `customerId` integer, required
  - `displayName` string
  - `earnRuleId` integer
  - `earnRuleName` string
  - `id` integer
  - `imported` boolean
  - `note` string
  - `orderFinancialStatus` string
  - `orderFulfillmentStatus` string
  - `orderId` integer
  - `orderLineItemId` integer
  - `orderName` string
  - `pointType` 'DEBIT' | 'CREDIT', required
  - `points` number, double, required
  - `reason` string
  - `redeemRuleName` string
  - `redeemRuleRuleId` integer
  - `reviewReference` string
  - `rewardType` 'STORE_CREDIT' | 'DISCOUNT_CODE' | 'POINTS'
  - `shop` string
  - `spentAmount` number, double
  - `status` 'APPROVED' | 'PENDING' | 'REJECTED'
  - `transactionRule` 'ADJUSTMENT' | 'EARN_RULE' | 'REDEEM_RULE' | 'REFERRAL'

## Other responses

- `401` — Unauthorized - Invalid or missing X-API-Key

---

[API](https://skmtc.net/appstle/apis/admin-apis.md) · [All operations](https://skmtc.net/appstle/apis/admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appstle/admin-apis/versions/fd4af3eaa936/schema)
