---
title: "List followers of a product"
method: GET
path: "/products/{id}/followers"
tags: ["Products"]
---

# List followers of a product

`GET /products/{id}/followers`

Lists the followers of a product.

## Path parameters

- `id` integer, required

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

Lists the followers of a product

- object
  - `success` boolean — If the response is successful or not
  - `data` object[] — The list of followers
    - `user_id` integer — The ID of the user
    - `id` integer — The ID of the user follower
    - `product_id` integer — The ID of the product
    - `add_time` string — The date and time when the follower was added to the person
  - `additional_data` object — The additional data of the list
    - `start` integer — Pagination start
    - `limit` integer — Items shown per page
    - `more_items_in_collection` boolean — If there are more list items in the collection than displayed or not

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/versions/bf863a979545/schema)
