---
title: "Get Points Transfer Summary"
method: GET
path: "/customers/{userId}/pointsTransfers"
---

# Get Points Transfer Summary

`GET /customers/{userId}/pointsTransfers`

Retrieves points transfer summary of a customer. 

This includes points that are transferred from the customer account to another customer’s account (Deduction) and points that are received from another customer’s account (Addition).

## Path parameters

- `userId` integer, required

## Headers

- `X-CAP-API-OAUTH-TOKEN` string

## Response `200`

200

- object
  - `data` object[]
    - `pointsTransferDate` string
    - `pointsTransferred` integer
    - `transferId` integer
    - `transferType` string
    - `transferredFrom` object
      - `firstName` string
      - `lastName` string
      - `userId` string
    - `transferredTo` object
      - `firstName` string
      - `lastName` string
      - `userId` integer
    - `notes` string
    - `programName` string
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
