mono-logo

Income

Last updated Feb 28th, 2025

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

This resource returns income information to the account.

Upcoming Change: Income API Field Renaming Effective on March 10, 2025.

We are making a minor update to the income summary payload to improve clarity. The following fields in the table attached below will be renamed:

What This Means for You:

  • Continue using the current field names until March 10, 2025
  • The updated fields will be available and the old ones will be deprecated
    on & after March 10, 2025.

Action Required: If you are currently integrating the Income API, be prepared to update your implementation when the change goes live. For questions, contact integrations@mono.co or visit our Developer Community/Support Portal.

Current FieldNew Field
monthly_averageaggregated_monthly_average
monthly_average_regularaggregated_monthly_average_regular
monthly_average_irregularaggregated_monthly_average_irregular
Path Params
Query Params
Headers

Request

1234
curl --request GET \
    --url https://api.withmono.com/v2/accounts/id/income \
    --header 'Content-Type: application/json' \
    --header 'accept: application/json'

Response

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

Did this page help you?