Get a summary of categorized transactions for a userget https://example.com/programs/{programCode}/accounts/{accountIdentifier}/userCategory/summaryRetrieves a summary of the user's categorized transactions within the specified date range.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredThe unique identifier for the account whose transaction summary is being retrieved.Query ParamsstartDatestringThe start date for the summary (optional).endDatestringThe end date for the summary (optional).HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago