Get a strategy definition

Retrieves the definition of the strategy specified in the URL

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

namestringRequired

Response

strategySchema
namestring

The name (type) of the strategy

displayNamestring or null
A human friendly name for the strategy
descriptionstring or null
A short description of the strategy
editableboolean
Whether the strategy can be edited or not. Strategies bundled with Unleash cannot be edited.
deprecatedboolean
parameterslist of objects
A list of relevant parameters for each strategy
titlestring or null
An optional title for the strategy

Errors