Envie
ReferenceApi

Get shop overview

GET
/v1/shop

Response Body

application/json

curl -X GET "https://example.com/v1/shop"
{  "domain": "string",  "plan": "FREE",  "planUpdatedAt": "2019-08-24T14:15:22Z",  "installedAt": "2019-08-24T14:15:22Z",  "settings": {    "guestEnabled": true,    "shareEnabled": true,    "sharePath": "/pages/wishlist",    "metafieldSyncEnabled": false,    "klaviyoConfigured": false,    "strings": {},    "headlessOrigins": []  },  "publicKey": "string",  "usage": {    "lists": 0,    "items": 0  }}