List followers of a product

GET {{baseUrl}}/products/:id/followers?start=0&limit=<integer>

Lists the followers of a product.

Request Params

KeyDatatypeRequiredDescription
startnumberPagination start
limitstringItems shown per page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;user_id&quot;:123,&quot;id&quot;:456,&quot;product_id&quot;:789,&quot;add_time&quot;:&quot;2021-08-03 12:07:05&quot;}],&quot;additional_data&quot;:{&quot;pagination&quot;:{&quot;start&quot;:0,&quot;limit&quot;:100,&quot;more_items_in_collection&quot;:false}}}