Sign in

Get note

documented

Retrieve a Note.

GET /Notes/{NOTE_ID}Notesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.{{$POD}}.insightly.com/v3.1/Notes/{{$NOTE_ID}}" \
  -X GET \
  -H "Authorization: Basic {{INSIGHTLY_API_KEY}}" \
  -H "Accept: application/json" \
  # Docs: Endpoint is GET /Notes/{NOTE_ID} in Insightly's v3.1 REST API. Base URL is pod-based (https://api.{pod}.insightly.com/v3.1/). Authentication uses Basic auth with a base64-encoded API key. See Insightly API docs for details.