Skip to main content

Get a Feature by Id

Get a specific feature by its featureId.

caution

This endpoint has been deprecated and will be phased out at the end of 2023. Please update any existing usages of it to use the Get Object endpoint instead.

Endpoint
GET /v1/features/:featureId

Parameters

ParameterDescriptionTypeRequired
featureIdId of the feature to retrieve.URL paramyes

Request

curl "https://api.warrant.dev/v1/features/custom-dashboards" \
-H "Authorization: ApiKey YOUR_KEY"

Response

{
"featureId": "custom-dashboards",
"name": "Custom Dashboards",
"description": "Grants the users of a tenant the ability to create and save custom dashboards"
}