GET
/
features
/
{feature}
Get a feature
curl --request GET \
  --url https://{FUSION HOST}/api/features/{feature}
{
  "name": "<string>",
  "defaults": {},
  "callback": {
    "uri": "<string>",
    "method": "GET",
    "queryParams": {},
    "headers": {},
    "entity": {}
  }
}

Path Parameters

feature
string
required

The name of a feature.

Response

200 - application/json

successful operation

The response is of type object.