Get deals of current user
documentedRetrieves deals owned by the current user.
GET /dev/api/opportunity/my/dealsDealsno 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/opportunity/my/deals" \
-X GET \
-u "{{$email}}:{{AGILECRM_API_KEY}}" \
-H "Accept: application/json"