Skip to main content
GET
/
lending
/
statements
/
{id}
/
insights
Get insights
curl --request GET \
  --url https://api.txcloud.io/v1/lending/statements/{id}/insights \
  --header 'Authorization: Bearer <token>'
{
  "statement_id": "<string>",
  "period": {},
  "summary": {},
  "income": {},
  "expenses": {},
  "debt_payments": {},
  "red_flags": [
    "<string>"
  ],
  "positive_indicators": [
    "<string>"
  ],
  "financial_health_score": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Financial insights

statement_id
string
period
object
summary
object
income
object
expenses
object
debt_payments
object
red_flags
string[]
positive_indicators
string[]
financial_health_score
integer