---
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

## Changes

- **2026-08-04** `36e7a0972ee6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/juspay/apis/decision-engine/changes/merchant-account/:merchantId/features/get.md)

---

[API](https://skmtc.dev/juspay/apis/decision-engine.md) · [All operations](https://skmtc.dev/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/juspay/decision-engine/revisions/ac1bf3c6e928/schema)
