# GET /external/api/stores **GET /external/api/stores** ## Servers - Test environment: http://test.api.fygi.store (Test environment) - Demo environment: https://demo.api.fygi.store (Demo environment) - Production environment: https://api.fygi.store (Production environment) ## Authentication methods - Authorization key ## Parameters ## Responses ### 200 Success #### Body: application/json (array[object]) - **id** (string(uuid)) - **externalId** (string | null) - **title** (string | null) - **subTitle** (string | null) - **handle** (string | null) - **relatedProductsTitle** (string | null) - **currencyCode** (string | null) - **cultureName** (string | null) - **countryCode** (string) - **storeChain** (object) - **active** (boolean) - **address** (string | null) - **postalCode** (string | null) - **city** (string | null) - **legalIdentifier** (string | null) - **timeZoneId** (string | null) - **storeFrontImage** (object) - **headerImage** (object) - **expandedImage** (object) - **enterMessage** (object) - **exitMessage** (object) - **checkoutMessage** (object) - **storeProfile** (object) [Powered by Bump.sh](https://bump.sh)