Skip to main content
GET
/
store
/
get
Store - Get
curl --request GET \
  --url https://api.skulabs.com/store/get \
  --header 'Authorization: Bearer <token>'
[
  {
    "_id": "507f1f77bcf86cd799439011",
    "name": "<string>",
    "type": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Array of stores with _id, name, and type

_id
string
required

Unique store identifier

Example:

"507f1f77bcf86cd799439011"

name
string
required

Store name

type
string
required

Store integration type (e.g. shopify, amazon, manual)