Get Statements by Line of Credit ID

Retrieves a paginated list of statements for a line of credit account, identified by the Thredd account ID. Each statement includes the billing cycle dates, due date, starting and ending balances, minimum payment, currency, and a URL to the statement in PDF form. To retrieve the next page of results, pass the pageToken cursor token returned in the previous response.

Path parameters

  • account_id (string): The unique identifier (UUID) of the account.

Query parameters

  • pageSize (integer, optional): The number of results to return per page.
  • pageToken (string, optional): The cursor token for the next page of results, returned in the previous response.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Early Access

Credit API endpoints are currently being finalised as part of ongoing product development. While we do not anticipate significant changes, some interfaces, behaviours, and documentation may be refined before general availability.


Path Params
string
required

Unique Thredd account identifier.

Query Params
string | null

Start date of the requested range (YYYY-MM-DD).

string | null

End date of the requested range (YYYY-MM-DD).

integer
≥ 1
Defaults to 50

Number of records to return per page.

string | null

Cursor token used to retrieve the next page of results.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Choose an example:
application/json