Skip to main content
PUT
/
lead
/
{leadId}
Update lead fields
curl --request PUT \
  --url https://api.closebot.com/lead/{leadId} \
  --header 'Content-Type: application/json' \
  --header 'X-CB-KEY: <api-key>' \
  --data '
{
  "fields": [
    {
      "field": "<string>",
      "value": "<string>"
    }
  ]
}
'

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

leadId
string
required

The ID of the lead to update.

Body

fields
object[] | null

Response

200

Success