Sign in

Merge leads

documented

Merge two leads into a destination lead (historical merge operation).},{

POST /lead/merge/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://api.close.com/api/v1/activity/lead_merge/?lead_id={{$lead_id}}&date_created__gt={{$start_date}}&date_created__lt={{$end_date}}&_limit={{$limit}}&_skip={{$skip}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Merge leads · Close · OpenIntegrations