GET
/
ofrep
/
v1
/
configuration
curl --url https://try.flipt.io/ofrep/v1/configuration \
  --header 'Accept: application/json'
{
  "name": "<string>",
  "capabilities": {
    "cacheInvalidation": {
      "polling": {
        "enabled": true,
        "minPollingIntervalMs": 123
      }
    },
    "flagEvaluation": {
      "supportedTypes": [
        "<string>"
      ]
    }
  }
}
curl --url https://try.flipt.io/ofrep/v1/configuration \
  --header 'Accept: application/json'

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
OK
name
string
capabilities
object