Skip to main content
GET
/
v1
/
public
/
settings
Get public storefront settings
curl --request GET \
  --url https://{operatorDomain}/v1/public/settings
{
  "brandName": "<string>",
  "primaryColor": "<string>",
  "checkoutEnabled": true
}

Response

200 - application/json

Public storefront settings

brandName
string | null
primaryColor
string | null
checkoutEnabled
boolean