Canonical account fetch endpoint for API token integrations. Returns 404 not_found when the account does not exist or is not visible to the authenticated API token on Waycore’s public API surface.
Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.
Successful Response
Stable, immutable identifier for the account.
Identifier of the parent connection.
Canonical account type.
checking, savings, moneyMarket, creditCard, loan, investment, wallet, other, unknown Account currency or asset code.
^[A-Z0-9]{3,12}$Display name for the account.
Account status.
open, closed, unknown Proxy timestamp inherited from the parent connection's createdAt. In this release, it is the best-effort creation marker exposed for the account and may predate the account's first public appearance on Waycore's public API.
Best-effort timestamp associated with the current public account representation. In this release, it matches balanceAsOf when present; otherwise it falls back to the parent connection's updatedAt.
Institution-provided account name, when available.
Masked account number, when available.
Account number, when available and permitted.
Routing or ABA number, when available.
SWIFT/BIC, when available.
Current balance.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Available balance.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Timestamp associated with the balance fields, when available.
Opaque client-defined metadata.