---
title: "Add a follower to a product"
method: POST
path: "/products/{id}/followers"
tags: ["Products"]
---

# Add a follower to a product

`POST /products/{id}/followers`

Adds a follower to a product.

## Path parameters

- `id` integer, required

## Request body

- object
  - `user_id` integer, required — The ID of the user

## Response `201`

Adds a follower to a product

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `user_id` integer — The ID of the user that was added as follower
    - `id` integer — The ID of the follower
    - `product_id` integer — The ID of the product
    - `add_time` string — The follower creation time. Format: YYYY-MM-DD HH:MM:SS

---

[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)
