Retrieve an Account by Client Account ID
Retrieves an account by the client_account_id you assigned, supplied as a
query parameter: GET /v0/accounts?client_account_id=.... This is the filtered
form of the accounts collection and is distinct from GET /v0/accounts/{id},
which takes the server-generated Account ID (account_*). The response body is
identical to GET /v0/accounts/{id}.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The client_account_id assigned to the account.
Response
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. Optional: present only for accounts created via file upload, and omitted for accounts created through the API, which are identified solely by their server-generated ID.

