Skip to main content
POST
/
opportunities
/
{id}
/
followers
Add Followers
curl --request POST \
  --url https://services.leadconnectorhq.com/opportunities/{id}/followers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Version: <version>' \
  --data '
{
  "followers": [
    "sx6wyHhbFdRXh302Lunr",
    "sx6wyHhbFdRXh302Lunr"
  ]
}
'
{
  "followers": [
    "sx6wyHhbFdRXh302Lunr",
    "sx6wyHhbFdRXh302LLss"
  ],
  "followersAdded": [
    "Mx6wyHhbFdRXh302Luer",
    "Ka6wyHhbFdRXh302LLsAm"
  ]
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

id
string
required

Opportunity Id

Example:

"sx6wyHhbFdRXh302Lunr"

Body

application/json
followers
string[]
required
Example:
[
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302Lunr"
]

Response

Successful response

followers
string[]
Example:
[
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302LLss"
]
followersAdded
string[]
Example:
[
"Mx6wyHhbFdRXh302Luer",
"Ka6wyHhbFdRXh302LLsAm"
]
Last modified on March 4, 2026