Skip to content

Discover the active storefront feature set

GET
/rest/v1/features

Returns a boolean map keyed by the platform feature enum (wishlist, blog, blogComments, loyalty, waitingList, builder, smartPoints). Derived live from backend registry toggles and computed signals — flipping a toggle in admin settings is reflected on the next request with no rebuild.

Responses

Successful operation

application/json
JSON
{
  
"success": true,
  
"data": {
  
  
"additionalProperties": true
  
}
}

Playground

Samples

Powered by VitePress OpenAPI