Sign in

Search deals

documented

Search deals by criteria (as documented in the API v2 search endpoints).

GET /v2/deals/searchDealsno 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://api.moskitcrm.com/v2/deals/search?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "apikey: {{MOSKITCRM_API_KEY}}"