v1
latestOpenAPI 3.0.32026-07-13347237.5 KBConnect
Get Accounts Detail
To retrieve full account details, including transactions, the holder's name, address, email and phone number, use the /GetAccountsDetail endpoint.
post/v3/{customerId}/BankingServices/GetAccountsDetail
Path parameters
customerIdstring required
Unique GUID provided by Flinks.
Headers
x-api-keystring
Security feature that grants access to this endpoint.
Request body
Example request
{
"RequestId": "3fa391bc-bc52-4424-82c5-8662600df9b2",
"WithAccountIdentity": true,
"WithKYC": true,
"WithTransactions": true,
"DaysOfTransactions": "Days90",
"WithDetailsAndBankingStatements": false,
"NumberOfBankingStatements": "MostRecent"
}Response
Success