Skip to main content
PATCH
/
public
/
v1
/
leads
/
notes
/
{noteId}
Update a lead note
curl --request PATCH \
  --url https://api.hostreach.io/v1/public/v1/leads/notes/{noteId} \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{}'

Documentation Index

Fetch the complete documentation index at: https://docs.hostreach.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

API key (hr_live_... or hr_test_...). Generate from Settings › Workspace › Acceso API.

Path Parameters

noteId
string
required

Body

application/json

The body is of type object.

Response

200 - undefined