Get Customer

Retrieve detailed customer information by customer UID

SecurityoAuth2
Request
path Parameters
customerUID
required
string

Unique identifier of the customer

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Successful

get/v2/customers/{customerUID}
Request samples
Response samples
application/json
{
  • "customerUID": "string",
  • "legalName": "string",
  • "customerId": "string",
  • "customerType": "Corporate",
  • "federalTaxId": "string",
  • "legalAddress": {
    },
  • "mailingAddress": {
    },
  • "mailingAddressSameAsLegalAddress": true,
  • "emailAddress": "user@example.com",
  • "phoneNumber": "string",
  • "kycStatus": "Approved",
  • "status": "Active",
  • "createdOn": "11/13/2025 12:45:10",
  • "lastUpdatedOn": "11/13/2025 12:45:10",
  • "submittedBy": "string"
}