> For the complete documentation index, see [llms.txt](https://developer.converted.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.converted.in/loyalty-and-pos-integration/store-info.md).

# Store Info

### Request

```bash
curl -X GET "{domain}/api/store-info" \
-H "Access-Token: {access_token}"
```

### Response

```json
{
    "id": 28152135714,
    "name": "Store name",
    "email": "ahmed@gmail.com",
    "domain": "store.com",
    "address": "18 SchillerStr",
    "zip": "10625",
    "city": "Berlin",
    "country_code": "DE",
    "country_name": "Germany",
    "currency": "EUR",
    "phone": "+201234567890",
    "primary_locale": "en",
    "created_at": "2020-04-04T19:16:26+02:00",
    "updated_at": "2021-05-09T00:31:16+02:00",
    "timezone": "(GMT+02:00) Africa\/Cairo",
    "shop_owner": "Ahmed Ammar",
    "sub_domain": "store.myshopify.com",
    "locales": [
        "en",
        "ar"
    ],
    "force_ssl": true
}
```
