Get AMM rules for a given account identifierget https://example.com/programs/{programCode}/accounts/{accountIdentifier}/ammRule/{ruleStatus}Retrieves the Auto Money Movement (AMM) rules for the specified account and rule status.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredThe unique identifier for the account whose rules are being retrieved.ruleStatusstringrequiredThe status of the rules to filter by (e.g., Active, Inactive).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