GET https://api.visaflo.app/api/public/note/:entityType/:entityId/:noteId
case, client, and lead. The API confirms that the parent record belongs to the API key’s workspace before returning the note.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read one note linked to a VisaFlo record.
GET https://api.visaflo.app/api/public/note/:entityType/:entityId/:noteId
curl "https://api.visaflo.app/api/public/note/case/VFLO_CASE_ID/VFLO_NOTE_ID" \
-H "X-API-Key: YOUR_API_KEY"
case, client, and lead. The API confirms that the parent record belongs to the API key’s workspace before returning the note.