Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'http://stage-client.dropshippinglite.com/api/shopify_stores?per_page=10&page=1' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"total_count": 3,
"stores": [
{
"id": 5733,
"name": null,
"source_platform": "shopify",
"email": "admin@mykloudy.co.uk",
"domain": "fulfilmentchina.com",
"myshopify_domain": "1e705a-3.myshopify.com"
},
{
"id": 4621,
"name": null,
"source_platform": "shopify",
"email": "admin@chasglobal.co",
"domain": "fulfilmentchina.com",
"myshopify_domain": "5a2afa.myshopify.com"
},
{
"id": 2740,
"name": null,
"source_platform": "shopify",
"email": "admin@getkloudy.nl",
"domain": "dropshippinglite.com",
"myshopify_domain": "getkloudy.myshopify.com"
}
]
}
Modified at 2024-07-18 08:17:50