---
title: "Retrieve the Zephr Feature"
method: GET
path: "/zephr/features"
tags: ["Zephr Features"]
---

# Retrieve the Zephr Feature

`GET /zephr/features`

Retrieves the Zephr browser features by default, or optionally with query parameter ?ruleType returns the given type, they can be HTML, browser, JSON, SDK.

## Query parameters

- `ruleType` 'browser' | 'html' | 'json' | 'sdk'

## Response `200`

OK. The response will be an array of features.

- ZephrFeaturesResponse[]
  - `id` string
  - `label` string
  - `slug` string
  - `targetType` 'CSS_SELECTOR' | 'COMMENT_TAG', nullable
  - `cssSelector` string — If the feature has a `targetType` of `CSS_SELECTOR` then the response will include a `cssSelector` field.

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
