mono-logo

Transaction Categorisation

Jan 31st, 2025

post api.withmono.com/v2/accounts/{id}/transactions/categorise
v1.0

This resource updates all the transactions linked to the provided account_id with the transaction categories.

Kindly Note

  • This endpoint should be called whenever a transaction category is returned as null.
  • Once the call to transaction categorisation is successful with successful webhook response, make a call to the transactions endpoint for updated account transactions
Path Params
Headers

Request

1234
curl --request POST \
     --url https://api.withmono.com/v2/accounts/{id}/transactions/categorise \
     --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?