Skip to main content
GET
/
store
Get store configuration
curl --request GET \
  --url https://admin.aeoliancms.com/api/v1/store \
  --header 'Authorization: Bearer <token>'
{
  "store": {
    "id": "<string>",
    "name": "<string>",
    "defaultCurrency": "<string>",
    "contactEmail": "<string>",
    "frontendDomain": "<string>",
    "logoUrl": "<string>",
    "logoHeightDesktop": 123,
    "logoHeightMobile": 123,
    "headerPaddingDesktop": 123,
    "headerPaddingMobile": 123,
    "faviconUrl": "<string>",
    "emailLogoUrl": "<string>",
    "processingTimeMin": 123,
    "processingTimeMax": 123,
    "shippingTimeMin": 123,
    "shippingTimeMax": 123,
    "returnPeriodDays": 123,
    "refundTimeMin": 123,
    "refundTimeMax": 123,
    "businessHoursWeekdayOpen": "<string>",
    "businessHoursWeekdayClose": "<string>",
    "businessHoursWeekendOpen": "<string>",
    "businessHoursWeekendClose": "<string>",
    "routeProducts": "<string>",
    "routeCollections": "<string>",
    "routePages": "<string>",
    "homeMetaTitle": "<string>",
    "homeMetaDescription": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key in format ak_<48-hex-chars>

Response

200 - application/json

Store info, branding, and settings

store
object