Sign in

List leads

documented

Get a list of leads.

GET /rest/leadsLeadsno 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://app.nutshell.com/rest/leads?q={{$query}}&page={{$page}}&limit={{$limit}}" \
  -u "{{$NUTSHELL_DOMAIN}}:{{NUTSHELL_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  
# Sources: Nutshell REST API docs confirm the endpoint and Basic auth requirements
# Endpoint: https://app.nutshell.com/rest/leads (GET)
# Auth: HTTP Basic using domain/email as username and API key as password. [Docs: turn5view0, turn6view0]
List leads · nutshell · OpenIntegrations