Get all shops from Shopify
curl --request GET \
--url https://api.kicks.dev/v3/shopify/shops \
--header 'Authorization: <api-key>'
{
"status": "success",
"data": [
{
"shop_name": "arrowbeast",
"shop_url": "https://arrowbeast.myshopify.com/",
"total": 3013
},
{
"shop_name": "zeropolis-skateshop",
"shop_url": "https://zeropolis-skateshop.myshopify.com/",
"total": 1590
},
{
"shop_name": "davrilsupply",
"shop_url": "https://davrilsupply.myshopify.com/",
"total": 325
},
{
"shop_name": "scuffers",
"shop_url": "https://scuffers-co.myshopify.com/",
"total": 218
},
{
"shop_name": "supraw",
"shop_url": "https://supraaaw.myshopify.com/",
"total": 56
},
{
"shop_name": "divinbydivin",
"shop_url": "https://divindudes.myshopify.com/",
"total": 1
},
{
"shop_name": "derschutze",
"shop_url": "https://derschutze-store.myshopify.com/",
"total": 1
}
]
}
{
"status": "success",
"data": [
{
"shop_name": "arrowbeast",
"shop_url": "https://arrowbeast.myshopify.com/",
"total": 3013
},
{
"shop_name": "zeropolis-skateshop",
"shop_url": "https://zeropolis-skateshop.myshopify.com/",
"total": 1590
},
{
"shop_name": "davrilsupply",
"shop_url": "https://davrilsupply.myshopify.com/",
"total": 325
},
{
"shop_name": "scuffers",
"shop_url": "https://scuffers-co.myshopify.com/",
"total": 218
},
{
"shop_name": "supraw",
"shop_url": "https://supraaaw.myshopify.com/",
"total": 56
},
{
"shop_name": "divinbydivin",
"shop_url": "https://divindudes.myshopify.com/",
"total": 1
},
{
"shop_name": "derschutze",
"shop_url": "https://derschutze-store.myshopify.com/",
"total": 1
}
]
}
curl --request GET \
--url https://api.kicks.dev/v3/shopify/shops \
--header 'Authorization: <api-key>'
{
"status": "success",
"data": [
{
"shop_name": "arrowbeast",
"shop_url": "https://arrowbeast.myshopify.com/",
"total": 3013
},
{
"shop_name": "zeropolis-skateshop",
"shop_url": "https://zeropolis-skateshop.myshopify.com/",
"total": 1590
},
{
"shop_name": "davrilsupply",
"shop_url": "https://davrilsupply.myshopify.com/",
"total": 325
},
{
"shop_name": "scuffers",
"shop_url": "https://scuffers-co.myshopify.com/",
"total": 218
},
{
"shop_name": "supraw",
"shop_url": "https://supraaaw.myshopify.com/",
"total": 56
},
{
"shop_name": "divinbydivin",
"shop_url": "https://divindudes.myshopify.com/",
"total": 1
},
{
"shop_name": "derschutze",
"shop_url": "https://derschutze-store.myshopify.com/",
"total": 1
}
]
}