List suggested categorization rules
Returns a paginated list of suggested categorization rule updates for the business.
show_affected_transactions=true to preview transactions each suggestion would recategorize.
For more details about previewing suggestions, see Rule Suggestions.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business.
Query Parameters
Include a transactions_that_will_be_affected preview on each suggestion.
Comma-separated list of suggestion statuses to filter by.
"PENDING"
Filter by the suggestion's update type.
CREATE_RULE, CREATE_RULE_FROM_SUGGESTIONS Filter by bank transaction direction.
MONEY_IN, MONEY_OUT Filter suggestions by counterparty UUID.
Comma-separated list of account identifiers to filter by.
Free-text search query across suggestion fields.
Maximum number of results per page.
Field to sort by (default: created_at).
Sort order (ASC or DESC). Defaults to DESC.
ASC, DESC Pagination cursor for fetching next page.