Get documents for a contact
documentedGet documents for a contact.
GET /dev/api/documents/contact/{contact_id}/docsDocumentsno implementation yet0 runsNo 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/documents/contact/{{$contact_id}}/docs" \
-H "Accept: application/json" \
-u "{{$email}}:{{AGILECRM_API_KEY}}" \
-X GET