Statement Insights

Last updated Sep 12th, 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 statement insights are successfully generated, you can retrieve them either via webhook or through the Enrichment Record endpoint.

Path Params
Headers

Request

12345
curl --request GET \
  --url https://api.withmono.com/v2/accounts/{id}/statement/insights \
  --header 'accept: application/json' \
  --header 'content-type: 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?