Unleash · Example Payload

Unleash Toggle Feature Example

Feature FlagsFeature ManagementProgressive DeliveryA/B TestingOpen SourceDeveloper Tools

Unleash Toggle Feature Example is an example object payload from Unleash, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://app.unleash-instance.example.com/api/admin/projects/{projectId}/features/{featureName}/environments/{environment}/on",
    "headers": {
      "Authorization": "Bearer *:development:xxxxxxxxxxxxxxxxxxxx"
    }
  },
  "response": {
    "status": 200,
    "body": {}
  }
}