v1
latestOpenAPI 3.0.12026-07-243407211.3 MBAMMRule
Get AMM rules by target account identifier
Retrieves the Auto Money Movement (AMM) rules for the specified target account, with optional filters for rule status, transfer type, and rule IDs.
get/programs/{programCode}/accounts/{accountIdentifier}/ammRuleByTargetAccount/{ruleStatus}
Path parameters
programCodestring required
The program code identifying the BaaS program context.
accountIdentifierstring required
The unique identifier for the target account whose rules are being retrieved.
ruleStatusstring required
The status of the rules to filter by (e.g., Active, Inactive).
Query parameters
includeTransactionsboolean
Whether to include transactions in the response.
transferTypestring
The transfer type to filter by (optional).
ruleIdsstring
A comma-separated list of rule IDs to filter by (optional).
Headers
X-GD-RequestIdstring required
A unique request identifier for tracking and logging. Should be a GUID.
Response
OK