Accounts
Get account by ID
Retrieve an account by ID with optional expansion of related resources.
Use the expand query parameter to include full objects:
- customer: Include full customer details
- sweepTargetAccount: Include full sweep target account details (for virtual bank accounts and virtual wallets)
- counterparty: Include full counterparty details (for third-party recipient accounts)
Multiple expansions can be requested: ?expand=customer,sweepTargetAccount,counterparty
get/v1/accounts/{id}
Path parameters
idstring required
Account ID
Query parameters
expandstring[]
Fields to expand in the response. Pass as comma-separated values or repeated query params.
[ "customer", "sweepTargetAccount", "counterparty" ]
Headers
X-API-Keystring
API key
Response
Account details
Changes
No recorded changes to this endpoint across all 1 revision of this API.