v2
latestOpenAPI 3.0.02026-08-08112115411.4 KBLeads
Watch a lead
Watch/unwatch a lead to receive (or stop receiving) notifications about it. The user this change is made for is the authenticated user when making the api call.
post/leads/{id}/watch
Path parameters
idstring required
Lead ID
Response
Lead
Example response
{
"htmlUrl": "https://app.nutshell.com/lead/1006",
"htmlUrlPath": "/lead/1006",
"avatarUrl": "https://app.nutshell.com/avatars/contacts/1006/{path}",
"initials": "AF",
"id": "3-contacts",
"name": "John Doe",
"value": {
"formatted": "$100.00",
"amount": "100.00",
"currency": "USD"
},
"description": "This is a description",
"createdTime": {
"absoluteLocalizedString": "May 28, 2024",
"value": "May 28, 2024"
},
"ownerType": "users",
"status": "open",
"confidence": 25
}