GET
/
v3
/
shopify
/
shops
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
    }
  ]
}

Membership

This endpoint is available in the free tier.

Note

You can suggest a shop to be added to the API by contacting us at support@kicks.dev or joining the Discord server.

{
  "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
    }
  ]
}