Skip to main content

List category totals by account

Returns a list of categories that have transactions dated within the provided date range, and the total of all transactions that belong to each category.

GET
/users/{user_guid}/accounts/{account_guid}/date_range_category_totals

Path Parameters

FieldRequiredType

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

account_guid

The unique id for an account.

Required
String

Query Parameters

FieldRequiredType

from_date

Filter transactions from this date. This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 120 days ago if not provided.

Required
String

to_date

Filter transactions to this date (at midnight). This only supports ISO 8601 format without timestamp (YYYY-MM-DD). Defaults to 5 days forward from the day the request is made to capture pending transactions.

Required
String

Header Parameters

FieldRequiredType

Accept-Version

MX Platform API version.

Required
String
Loading...