⚠️ Flipt Cloud is shutting down on August 29, 2025. Learn more about this decision and next steps in our blog post.
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>"
]
}
}
}
OFREP provider 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'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.
Was this page helpful?