---
title: "Get a customer profile+"
method: GET
path: "/kyc/customer_profiles/{customer_profile_id}"
---

# Get a customer profile+

`GET /kyc/customer_profiles/{customer_profile_id}`

## Path parameters

- `customer_profile_id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object
    - `id` string — Unique customer profile ID.
    - `type` string — Request type.
    - `attributes` object
      - `customerName` string — Customer's full name.
      - `tradingName` string — The brand or trading name of the business, if different from the legal entity name (`customerName`).
      - `registrationType` string — Customer's registration type. `business`
      - `registrationId` string — Business Registration Number (UEN) of the customer.
      - `verificationStatus` string — Customer profile's verification status.
      - `address` object — Customer's registered address.
        - `city` string
        - `state` string
        - `street` string
        - `country` string
        - `postalCode` string
      - `operatingAddress` object — Customer's business operating address.
        - `city` string
        - `state` string
        - `street` string
        - `country` string
        - `postalCode` string
      - `registrationIdCountry` string — The country that issues the ID.
      - `countryOfIncorporation` string — This is country that incorporates the business.
      - `dateOfIncorporation` string — Date that the company was incorporated.
      - `registrationIdType` string — Customer's registration ID type. `business_reg_no`
      - `natureOfBusiness` string — Customer's nature of business activity.
      - `usOwnership` boolean — Indicates U.S. ownership.
      - `monthlyTransactionVolume` string — Customer's expected monthly transaction volume in USD.
      - `sourceOfFunds` string[] — Customer's source of funds.
      - `otherSourceOfFunds` string — Free-text source when `sourceOfFunds` include `OTHERS`.
      - `directors` object[] — Director details.
        - `lastName` string
        - `firstName` string
        - `nationality` string
        - `dateOfBirth` string
        - `registrationId` string
        - `countryOfResidence` string
        - `registrationIdType` string
        - `registrationIdCountry` string
      - `beneficialOwners` object[] — Beneficial owner details.
        - `lastName` string
        - `firstName` string
        - `nationality` string
        - `dateOfBirth` string
        - `registrationId` string
        - `countryOfResidence` string
        - `registrationIdType` string
        - `registrationIdCountry` string
      - `trader` object — Trader details.
        - `lastName` string
        - `firstName` string
        - `nationality` string
        - `dateOfBirth` string
        - `livenessResult` boolean
        - `registrationId` string
        - `countryOfResidence` string
        - `registrationIdType` string
        - `registrationIdCountry` string
      - `createdAt` string — Timestamp when the customer profile was created.
      - `updatedAt` string — Timestamp when the customer profile was last updated.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
