List followers of a product
GET {{baseUrl}}/products/:id/followers?start=0&limit=<integer>
Lists the followers of a product.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | number | Pagination start | |
limit | string | Items shown per page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"user_id":123,"id":456,"product_id":789,"add_time":"2021-08-03 12:07:05"}],"additional_data":{"pagination":{"start":0,"limit":100,"more_items_in_collection":false}}}