Retrieves a specific account by its ID. Accepts a server-generated ID (account_*).
Note: Entity relationships are not included in the response. Use GET /v0/accounts//entity_relationships to retrieve them.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Account ID The ID of the Account object.
^account_\w+$"account_xyz123"
Account object retrieved successfully.
An account object
The ID of the Account object.
^account_\w+$"account_xyz123"
Creation timestamp
Last update timestamp
Unique identifier for the application. Prefixed with application_.
^application_\w+$"application_xyz123"
Current state of the account
active, inactive, closed Machine-readable reason for the current status
client_closed, entity_closed, frozen, dormant, active, paid_off, charged_off, canceled, other List of items that inform Lead how the Account will be used
Capability that informs Lead how the Account will be used
deposit, credit_with_underwriting, credit_without_underwriting Entity relationships associated with the account (response only)
Core details of the account
A set of key-value pairs that can be used to store additional information related to this object.
Array of associated legal or informational documents
Client-provided identifier for the account. Only populated in GET /v0/accounts/{id} response.