Add Followers
POST/contacts/:contactId/followers
Add Followers
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
- application/json
- Body
- Example (auto)
Bodyrequired
followersstring[]required
List of user Ids to follow or unfollow the contact
{
"followers": [
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302Lunr"
]
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
followersstring[]
Current followers after the operation
followersAddedstring[]
Followers that were added
{
"followers": [
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302LLss"
],
"followersAdded": [
"Mx6wyHhbFdRXh302Luer",
"Ka6wyHhbFdRXh302LLsAm"
]
}