Skip to main content
GET
/
shops
/
{shopId}
/
tags
Get Tags
curl --request GET \
  --url http://staging.qshop.ng/apiv2/shops/{shopId}/tags
{
  "msg": "<string>",
  "data": [
    {
      "_id": "<string>",
      "name": "<string>",
      "shop": "<string>",
      "__v": 123,
      "slug": "<string>",
      "productCount": 123,
      "tempId": "<string>",
      "imageUrl": "<unknown>"
    }
  ],
  "success": true
}

Path Parameters

shopId
string
required

Query Parameters

limit
string

Response

200 - application/json
msg
string
required
data
object[]
required
success
boolean
required