Find Client
POST
/core/account/find
Request
Field Name | Type | Required | Description |
---|---|---|---|
string | FALSE | The email of the client | |
mobileNo | string | FALSE | The mobile number of the client |
nin | string | FALSE | the NIN of the client |
bvn | string | FALSE | the BVN of the client |
Response
Field Name | Type | Description |
---|---|---|
firstname | string | Client's first name |
lastname | string | Client's last name |
string | Client's email address | |
mobileNo | string | Client's mobile phone number |
clientId | integer | Unique identifier for the client |
subLedgerActivated | boolean | Indicates if sub-ledger is activated |
dateOrBirth | string | Client's date of birth (DD-MM-YYYY format) |
kycLevel | integer | KYC verification level of the client |
Request
Body Params application/json
Request samples
Responses
Modified at 2025-03-19 15:01:38