Get v1 store store configs

GET /V1/store/storeConfigs

Responses

GET /V1/store/storeConfigs
curl \
 -X GET https://magento2.winkelstraat.mac/rest/all/V1/store/storeConfigs
Response examples (200)
[
  {
    "id": 42,
    "code": "string",
    "website_id": 42,
    "locale": "string",
    "base_currency_code": "string",
    "default_display_currency_code": "string",
    "timezone": "string",
    "weight_unit": "string",
    "base_url": "string",
    "base_link_url": "string",
    "base_static_url": "string",
    "base_media_url": "string",
    "secure_base_url": "string",
    "secure_base_link_url": "string",
    "secure_base_static_url": "string",
    "secure_base_media_url": "string",
    "extension_attributes": {}
  }
]
Response examples (default)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}