Headers

Responses

GET /brand
curl \
 -X GET https://domain.tld/api/v2/brand \
 -H "X-Popsell-Domain: example.com"
Response examples (200)
{
  "id_brand": 42,
  "label": "string",
  "default_language": "fr_FR",
  "url": "https://domain.tld",
  "program_label": "Program Label",
  "front_office_domain": "https://domain.tld",
  "register_restriction": "MANUALLY",
  "product_price_display_limit": 42,
  "widget_wl_cta_chat_topic": 42,
  "widget_community_default_sort_amb_by": 42,
  "brand_config": {},
  "available_content_language": [
    "fr_FR",
    "en_GB",
    "de_DE",
    "es_ES"
  ],
  "timezone": "Europe/Paris"
}
Response examples (401)
{
  "message": "Unauthorized."
}