GET

/api/v1/namespaces/{namespaceKey}/flags

{
  "flags": [
    {
      "createdAt": "string",
      "description": "string",
      "enabled": "boolean",
      "key": "string",
      "name": "string",
      "namespaceKey": "string",
      "type": "VARIANT_FLAG_TYPE",
      "updatedAt": "string",
      "variants": [
        {
          "attachment": "string",
          "createdAt": "string",
          "description": "string",
          "flagKey": "string",
          "id": "string",
          "key": "string",
          "name": "string",
          "namespaceKey": "string",
          "updatedAt": "string"
        }
      ]
    }
  ],
  "nextPageToken": "string",
  "totalCount": "integer"
}
curl --url https://try.flipt.io/api/v1/namespaces/default/flags \
  --header 'Accept: application/json'

Authorizations

Authorizationheaderrequired
string

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

Path Parameters

namespaceKeyrequired
string

Query Parameters

limit
integer
offset
integer
pageToken
string

Response

200 - application/json
flagsrequired
object[]
nextPageTokenrequired
string
totalCountrequired
integer