ConvertedIn | DOCS
  • Overview
  • Before you start
    • Integrating Firebase Cloud Messaging for Push Notifications
  • Android
    • Getting started with Android SDK
  • IOS
    • Getting started with the iOS SDK
  • WooCommerce
    • Getting Started
    • Plugin installation steps
  • Shopify
    • Getting Started
  • API
    • Connect your store using API, Getting started
    • Categories
    • Products
    • Customers
    • Orders
    • Webhooks
  • magento | webhooks
    • Getting started
  • Salla
    • Getting started
  • Pixel
    • Getting Started
    • Client SDK
    • Integrate ConvertedIn Pixel using GTM
    • Shopify Integration for Initiate checkout Event
  • DSP
    • Getting Started
Powered by GitBook
On this page
  • Request
  • Response

Was this helpful?

  1. Loyalty & POS integration

Store Info

Get the store info.

Request

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

Response

{
    "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
}

Last updated 3 years ago

Was this helpful?