Skip to main content
GET
Get feature details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id_or_code
string
required

Feature ID or code

Response

Feature details

code
string
required

Unique key used to reference this feature in your code. Cannot be changed after creation.

created_at
string<date-time>
required
feature_type
object
required
id
string<MeteroidId>
required
Example:

"feat_7n42DGM5Tflk9n8mt7Fhc7"

name
string
required
status
enum<string>
required

Lifecycle status of a feature.

Available options:
ACTIVE,
DISABLED,
ARCHIVED
description
string | null
entitlement
object | null

Feature-level (default) entitlement, applied to all subscriptions as the lowest-priority.

product
object

Product this feature belongs to.