Back to top

RESTful API of the platform of Spotahome

Resource Group

Feature toggles

Fetch all enabled feature toggles
GET/feature-toggles/

Example URI

GET https://monolith.spotahome.com/api/feature-toggles/
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
    "showDinosaursFriendlyFeature",
    "showRentableUnitsInMars",
]
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
  "title": "Internal Server Error",
  "status": 500,
  "detail": "Internal Server Error"
}

Generated by aglio on 27 Nov 2025