Get single account
GET {{baseUrl}}/data/v2/consents/:consentId/accounts/:accountId
RESPONSES
status: OK
{"data":{"providerId":"string","providerName":"string","countryCode":"string","requestDateTime":"string","account":{"accountId":"string","currencyCode":"string","displayName":"string","accountHolderNames":"string","accountType":"Business","accountSubType":"ChargeCard","identifiers":{"accountNumber":"string","bankCode":"string","iban":"string","secondaryIdentification":"string"},"parties":[{"partyId":"string","fullName":"string","addresses":[{"address":"string","type":"Business","city":"string","postcode":"string","country":"string","countrySubDivision":"string"}],"partyType":"Delegate","isIndividual":true,"isAuthorizingParty":true,"emailAddress":"string","phoneNumbers":[{"type":"Home","phoneNumber":"string"}]}]}},"meta":{}}