Sign in

Search contacts

documented

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

GET /v2/contacts/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://api.moskitcrm.com/v2/contacts/search?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "apikey: {{MOSKITCRM_API_KEY}}" \
  -H "Accept: application/json"
Search contacts · Moskit CRM · OpenIntegrations