Sign in

Get lead

documented

Retrieve details for a single lead.

GET /api/v1/leads/{lead_id}Leadsno 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.whatconverts.com/api/v1/leads/{{$lead_id}}" \
  -X GET \
  -u "{{WHATCONVERTS_TOKEN}}:{{WHATCONVERTS_SECRET}}" \
  -H "Accept: application/json"
Get lead · WhatConverts · OpenIntegrations