Get Accounts By PhoneNumber
This Request API allow you to Retrieve all accounts to a given phone number.
GET /api/account/v1/GetAccountsByPhoneNumber
This endpoint uses the phone number supplied to return all accounts tied to it.
Headers
Content-Type*
application/json
Authorization*
bearer <token>
Request-reference*
{unique_reference}
Params
PhoneNumber
string
Required
The phone number to search accounts by
Body
accountNumber
string
The account number
customerID
string
Unique ID of the customer
accountName
string
Name on the account
accountType
string
Type of account
accountStatus
string
Current status of the account
firstName
string
Customer's first name
lastName
string
Customer's last name
otherNames
string
Customer's other names
address
string
Customer's residential address
email
string
Customer's email address
recordCount
number
Total number of accounts matched
Sample API Request
Response
Last updated