Sign in

Search contacts/companies

documented

Search for contacts or companies by a query.

GET /dev/api/searchContactsno 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/search?q={{$query}}&page_size={{$page_size}}&type={{$type}}" \
  -X GET \
  -H "Accept: application/json" \
  -u "{{$email}}:{{AGILECRM_API_KEY}}"
Search contacts/companies · Agile CRM · OpenIntegrations