Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
curl --request GET \
  --url https://statsigapi.net/console/v1/dynamic_configs/{id}/rule/{ruleId} \
  --header 'STATSIG-API-KEY: <api-key>'{
  "message": "Dynamic Config rules read successfully.",
  "data": {
    "id": "6jQEnu1fCnXqjXhm1qGEnt",
    "baseID": "6jQEnu1fCnXqjXhm1qGEnt",
    "name": "Other2",
    "passPercentage": 80,
    "conditions": [],
    "environments": null
  }
}curl --request GET \
  --url https://statsigapi.net/console/v1/dynamic_configs/{id}/rule/{ruleId} \
  --header 'STATSIG-API-KEY: <api-key>'{
  "message": "Dynamic Config rules read successfully.",
  "data": {
    "id": "6jQEnu1fCnXqjXhm1qGEnt",
    "baseID": "6jQEnu1fCnXqjXhm1qGEnt",
    "name": "Other2",
    "passPercentage": 80,
    "conditions": [],
    "environments": null
  }
}Optional header to respect review settings for mutation endpoints.