RESTful API of the platform of Spotahome
Resource Group ¶
Feature toggles ¶
Fetch all enabled feature togglesGET/feature-toggles/
Example URI
GET https://monolith.spotahome.com/api/feature-toggles/
Response
200Headers
Content-Type: application/jsonBody
[
"showDinosaursFriendlyFeature",
"showRentableUnitsInMars",
]Response
500Headers
Content-Type: application/jsonBody
{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Internal Server Error",
"status": 500,
"detail": "Internal Server Error"
}