v1

latestOpenAPI 3.1.02026-07-2652084.4 KB

Get By Email

FInds a customer by cusyomer Id

get/customer/getByEmail/{email}

Path parameters

emailstring required

The Customer’s Email AddressThe Customer’s unique identifier

Response

200

addressstring
bvnstring
customerIDstring
emailstring
firstNamestring
lastNamestring
numberOfAccountsinteger
otherNamesstring
startDateOfRelationshipstring
statusstring
typestring

Example response

{
  "address": "string",
  "bvn": "string",
  "customerID": "string",
  "email": "string",
  "firstName": "string",
  "lastName": "string",
  "otherNames": "string",
  "startDateOfRelationship": "2018-02-16T01:28:06.682Z",
  "status": "ACTIVE",
  "type": "RETAIL"
}