v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBNotes
Get a note by ID
Returns a single note by its ID. The note must belong to a lead visible to the caller.
get/v1.0/notes/{noteId}
Path parameters
noteIdinteger required
ID of the note to retrieve.
Headers
Authorizationstring required
Bearer [access_token]
Response
Note retrieved successfully.
Example response
{
"note": {
"id": 563172647619608,
"noteId": 400000012345,
"creatorId": 100234,
"leadId": 100001,
"createTime": "2026-04-22 10:15:30",
"content": "Discussed Austin inventory, will send pre-approval doc tomorrow.",
"lastUpdate": "2026-04-22 10:20:00",
"lastEditorId": 100234,
"creatorName": "Alice Johnson",
"lastEditorName": "Alice Johnson"
}
}