Sign in

Get deals related to a specific contact

documented

Retrieves deals related to a specific contact.

GET /dev/api/contacts/{id}/dealsDealsno 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}}/deals" \
  -X GET \
  -u "{{AGILECRM_EMAIL}}:{{AGILECRM_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -v
Get deals related to a specific contact · Agile CRM · OpenIntegrations