Configuración sitio web

Para obtener las configuraciones de tu empresa en Wasi, cuentas con la URI:

api.wasi.co/v1/company/configuration/

Esto debería retornar un JSON similar a este:

{
    "web_page": true,
    "featured": "6",
    "web_page_order": "Newest",
    "web_page_search_type": "1",
    "web_page_search_label": "Standard",
    "cookie_politics": false,
    "cookie_politics_content": 0,
    "currency": {
            "id": 1,
            "iso": "COP",
            "name": "Pesos Colombianos"
        },
    "facebook_active": false,
    "twitter_active": false,
    "wattermark": "Text (Website domain)",
    "status": "success"
}