Get an Account by ID
<Callout intent="warning"> The endpoints exposed here are currently in **Beta**! As we continue to build our initial offering, these endpoints may implement breaking changes. Be sure to check back for our change log regularly as a precaution. </Callout>Retrieve one account by its id. The response is identical to that account's entry in GET /v0/accounts (a wallet with its per-network entitlements, or a bank account with its full accountNumber and beneficiary), so you never need to reconcile the two shapes.
An id belonging to another organization returns 404 account_not_found, the same as an id that exists nowhere. If your API key can read only one account kind, accounts of the other kind read as 404 too; a key that can read neither gets 403.
Path parameters
Id of the account to fetch; must belong to the caller's org.
Headers
Session JWT from POST /v0/auth/token, sent as Authorization: Bearer <sessionJwt>.
See Authentication for more details.
Response
OK
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○