mono-logo

Statement Insights

Jan 31st, 2025

get api.withmono.com/v2/accounts/{id}/statement/insights
v1.0

This resource analyses all the transactions linked to the provided account id, and returns insights based on the transaction data.

Statement Insight Records

Statement Insight Records

Once a statements insights is successfully generated, You can either retrieve this by webhook or through the statement insight records endpoint.

Path Params
Headers

Request

1234
curl --request GET \
  --url https://api.withmono.com/v2/accounts/{id}/statement/insights \
  --header 'accept: application/json' \
  --header 'mono-sec-key: string' \

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?