cURL
curl --request GET \ --url https://api.example.com/customer/accounts/external/{account_id} \ --header 'X-API-NONCE: <x-api-nonce>' \ --header 'X-API-SIGNATURE: <x-api-signature>' \ --header 'X-API-SUBSCRIPTION-KEY: <x-api-subscription-key>' \ --header 'X-API-TIMESTAMP: <x-api-timestamp>'
{ "message": "<string>", "data": { "external_account_id": "<string>", "external_account_number": "<string>", "external_account_title": "<string>", "external_institution_aba": "<string>", "external_institution_name": "<string>" } }
Retrieve external account details linked to a customer account.
Signature header
Timestamp header
Nonce header
Account ID header
Successful Response
Schema to serialize the client external account response.
Show child attributes