Get store
GET
https://app.ecwid.com/api/v3/stores?email={email}
Required access scopes
This API call requires the following access scope: read_stores
Headers
All request headers are required.
Header
Type
Description
X-Ecwid-App-Client-Id
string
Your application’s client_id
X-Ecwid-App-Secret-Key
string
Your application’s client_secret
Query params
All query params are optional.
Name
Type
Description
string
Store owner’s email address. Required
facebookID
string
Store owner’s Facebook account ID.
googleID
string
Store owner’s Google account ID.
Response JSON
HTTP status 200 OK
with an empty JSON object indicates that the store is already registered in Ecwid. Every other response (except HTP status 500) means no Ecwid stores exist with the specified email.
Last updated
Was this helpful?