Get Note
Notes
Get Note
Retrieve a single note by ID
GET
Get Note
Request
Path Parameters
Note ID (UUID)
Headers
Response
Full note object with
id, title, content, note_type, tags, is_pinned, contact_id, deal_id, created_date, updated_dateErrors
| Status | Code | Description |
|---|---|---|
| 404 | not_found | Note not found |
| 403 | insufficient_permissions | Missing contacts:read permission |