Sign in

List notes for a contact

documented

Get notes for a specific contact.

GET /dev/api/contacts/{contact_id}/notesNotesno 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://{{$domain}}.agilecrm.com/dev/api/contacts/{{$contact_id}}/notes" \
  -X GET \
  -u "{{$email}}:{{AGILECRM_API_KEY}}" \
  -H "Accept: application/json" \
  -v
List notes for a contact · Agile CRM · OpenIntegrations