List leads
documentedRetrieve a paginated list of details for all leads.
GET /api/v1/leadsLeadsno 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://app.whatconverts.com/api/v1/leads?leads_per_page={{$leads_per_page}}&page_number={{$page_number}}&lead_type={{$lead_type}}&lead_status={{$lead_status}}&start_date={{$start_date}}&end_date={{$end_date}}&order={{$order}}&account_id={{$account_id}}&profile_id={{$profile_id}}&google_analytics_client_id={{$google_analytics_client_id}}&lead_url={{$lead_url}}" \
-X GET \
-u "{{WHATCONVERTS_API_KEY}}:{{WHATCONVERTS_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"