Skip to main content
GET
/
v1
/
notes
/
:id
Get Note
curl --request GET \
  --url https://api.example.com/v1/notes/:id
{
  "data": {}
}

Request

Path Parameters

id
string
required
Note ID (UUID)

Headers

Authorization: Bearer wbk_your_api_key_here

Response

data
object
Full note object with id, title, content, note_type, tags, is_pinned, contact_id, deal_id, created_date, updated_date
curl https://data.leadlex.com/functions/v1/api-gateway/v1/notes/note-001 \
  -H "Authorization: Bearer wbk_your_api_key_here"

Errors

StatusCodeDescription
404not_foundNote not found
403insufficient_permissionsMissing contacts:read permission