---
title: "Retrieve a customer"
method: GET
path: "/v1.2/customers/{customerId}"
tags: ["Customer"]
---

# Retrieve a customer

`GET /v1.2/customers/{customerId}`

Retrieves customer profile details by Customer ID.

## Path parameters

- `customerId` string, required

## Headers

- `requestid` string, required
- `endusersecurityid` string
- `enduserip` string, required
- `partneridentifier` string
- `Authorization` string, required
- `apikey` string

## Response `200`

OK

- GetCustomerResponse — GetCustomersResponse
  - `customer` Customer — Customer
    - `customerid` string — DisbursementProfileToken
    - `customeruri` string — DisbursementProfileLinkUri
    - `partnerprogramidentifier` string — partner program Identifier
    - `partnername` string — partner Name
    - `firstname` string — First Name of the customer
    - `lastname` string — LastName of the customer
    - `email` string — Email of the customer
    - `phonenumber` string — Phone of the customer
    - `linkid` string — Link Identifier for the customer
    - `isactive` boolean — Specifies whether customer is active/blocked
    - `status` string — Customer verification status of Pending/Verified/FailedVerification/OFACMatch
  - `responsecode` integer — Specifies the status of a Disbursement Core Service Service operation
  - `responsemessage` string — Specifies the descriptive text on the status of a Disbursement Core Service operation
  - `responsedate` string, date-time — RespnseDate
  - `responsedetail` TransferApiResponseDetail — TransferApiResponseDetail
    - `responsedetailcode` integer — ResponseDetailCode
    - `responsedetaildescription` string — ResponseDetailDescription

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
