all accounts

GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"page":{},"accounts":[{"depositAccount":{"accountId":"deposit_01_checking","accountType":"CHECKING","accountNumberDisplay":"5820","productName":"First Plaidypus Checking","nickname":"Main Checking","status":"OPEN","currency":{"currencyCode":"USD"}}},{"depositAccount":{"accountId":"deposit_02_savings","accountType":"SAVINGS","accountNumberDisplay":"5821","productName":"First Plaidypus Savings","nickname":"Joint Savings","status":"OPEN","currency":{"currencyCode":"USD"}}},{"depositAccount":{"accountId":"deposit_03_cd","accountType":"CD","accountNumberDisplay":"5822","productName":"First Plaidypus CD","nickname":"shows how Plaid consumes any type of deposit account that's not CHECKING or SAVINGS","status":"OPEN","currency":{"currencyCode":"USD"}}},{"loanAccount":{"accountId":"loan_01_studentloan","accountType":"STUDENTLOAN","accountNumberDisplay":"4705","productName":"First Plaidypus Student Loan","nickname":"my student loan","status":"OPEN","currency":{"currencyCode":"USD"}}},{"loanAccount":{"accountId":"loan_02_mortgage","accountType":"MORTGAGE","accountNumberDisplay":"4704","productName":"First Plaidypus Mortgage","nickname":"my home loan","status":"OPEN","currency":{"currencyCode":"USD"}}},{"loanAccount":{"accountId":"loan_03_autoloan","accountType":"AUTOLOAN","accountNumberDisplay":"4706","productName":"First Plaidypus Auto Loan","nickname":"shows how Plaid consumes any type of loan that's not STUDENTLOAN or MORTGAGE","status":"OPEN","currency":{"currencyCode":"USD"}}},{"loanAccount":{"accountId":"loan_04_loan","accountType":"LOAN","accountNumberDisplay":"4755","productName":"First Plaidypus loan ","nickname":"shows how Plaid consumes any type of loan that's not STUDENTLOAN or MORTGAGE","status":"OPEN","currency":{"currencyCode":"USD"}}},{"locAccount":{"accountId":"loc_01_creditcard","accountType":"CREDITCARD","accountNumberDisplay":"8200","productName":"First Plaidypus Credit Card","nickname":"my travel rewards card","status":"OPEN","currency":{"currencyCode":"USD"}}},{"locAccount":{"accountId":"loc_02_homelineofcredit","accountType":"HOMELINEOFCREDIT","accountNumberDisplay":"8201","productName":"First Plaidypus HELOC","nickname":"shows how Plaid consumes any type of credit account that's not CREDITCARD","status":"OPEN","currency":{"currencyCode":"USD"}}},{"locAccount":{"accountId":"loc_03_lineofcredit","accountType":"LINEOFCREDIT","accountNumberDisplay":"8204","productName":"First Plaidypus Credit Card","nickname":"shows how Plaid consumes any type of credit account that's not CREDITCARD","status":"OPEN","currency":{"currencyCode":"USD"}}}]}