---
title: "Get merchant feature flags"
method: GET
path: "/merchant-account/{merchantId}/features"
tags: ["Merchant Account"]
---

# Get merchant feature flags

`GET /merchant-account/{merchantId}/features`

List every known feature flag and whether it is enabled for this merchant.

## Path parameters

- `merchantId` string, required

## Response `200`

Feature flags

- MerchantFeaturesResponse
  - `merchant_id` string
  - `features` MerchantFeatureEntry[]
    - `feature` 'gsm-scoring-filter' | 'explore-exploit-srv3' | 'ab-test-real-payments' | 'multi-objective-routing' | 'elimination' | 'auto-calibration' | 'autopilot'
    - `enabled` boolean

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/versions/36e7a0972ee6/schema)
