curl --request GET \
--url https://api.example.com/v1/notes/:id{
"data": {}
}Retrieve a single note by ID
curl --request GET \
--url https://api.example.com/v1/notes/:id{
"data": {}
}Authorization: Bearer wbk_your_api_key_here
id, title, content, note_type, tags, is_pinned, contact_id, deal_id, created_date, updated_datecurl https://data.leadlex.com/functions/v1/api-gateway/v1/notes/note-001 \
-H "Authorization: Bearer wbk_your_api_key_here"
| Status | Code | Description |
|---|---|---|
| 404 | not_found | Note not found |
| 403 | insufficient_permissions | Missing contacts:read permission |