---
title: "Get Retro Requests"
method: GET
path: "/customers/lookup/retroRequest"
---

# Get Retro Requests

`GET /customers/lookup/retroRequest`

Retrieves the summary of change in identifiers and other details such as email ID, mobile number, external ID, account merge, address change, mobile number reallocation, tier, and retro transactions.

## Query parameters

- `source` 'FACEBOOK' | 'WEB_ENGAGE' | 'WECHAT' | 'INSTORE' | 'MARTJACK' | 'TMALL' | 'TAOBAO' | 'JD' | 'ECOMMERCE' | 'WEBSITE' | 'LINE' | 'MOBILE_APP.', required
- `accountId` string
- `identifierName` 'mobile' | 'email' | 'externalId' | 'cardExternalId' | 'cardNumber', required
- `identifierValue` string, required
- `changeType` 'EMAIL' | 'MOBILE' | 'MERGE' | 'ADDRESS' | 'MOBILE_REALLOC' | 'COUPON' | 'POINTS' | 'TIER' | 'RETRO'
- `startDate` string, date
- `endDate` string, date
- `startId` integer
- `endId` integer
- `offset` integer
- `limit` integer

## Response `200`

200

- object
  - `pagination` object
    - `limit` integer
    - `offset` integer
    - `total` integer
  - `data` object[]
    - `id` integer
    - `status` string
    - `addedBy` object
      - `id` integer
      - `code` string
      - `description` string
      - `name` string
      - `type` string
      - `adminType` string
      - `isActive` boolean
      - `isOuEnabled` boolean
      - `timeZoneId` integer
      - `currencyId` integer
      - `languageId` integer
    - `addedByParent` object
      - `id` integer
      - `code` string
      - `description` string
      - `name` string
      - `type` string
      - `adminType` string
      - `isActive` boolean
      - `isOuEnabled` boolean
      - `timeZoneId` integer
      - `currencyId` integer
      - `languageId` integer
    - `updatedBy` object
      - `id` integer
      - `code` string
      - `name` string
      - `type` string
      - `adminType` string
      - `isActive` boolean
      - `isOuEnabled` boolean
      - `timeZoneId` integer
      - `currencyId` integer
      - `languageId` integer
    - `addedOn` string
    - `updatedOn` string
    - `userId` integer
    - `requestId` integer
    - `baseType` string
    - `reason` string
    - `comments` string
    - `transactionId` integer
    - `warnings` unknown[]
      - unknown
    - `reqAdd` boolean
    - `oneStep` boolean
  - `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/versions/de241f2ed9b3/schema)
