Retrieve information for a specific customer to review account and demographic details. Use the unique customer uuid provided when the customer was created.

Retrieve detail for a specific customer. The details for the customer will be a customer object as:
{
"uuid": "string",
"hrid": "string",
"name": "string",
"email_truncated": "string",
"phone_truncated": "string",
"created_at": "dateTime", // ET timezone
"modified_at":"dateTime", // ET timezone
"bank_account": {
"routing_number_truncated": "string",
"account_number_truncated": "string",
"account_type": "string"
//account types are “checking”, “savings”, “general ledger”, “loan”
},
"active": "boolean"
}

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!