Sign in

Retrieve lead

documented

Fetch a single lead by its ID.

GET /lead/{id}/{?_fields}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/lead/{{$lead_id}}/?_fields={{$fields}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  # Sources: Close API Documentation - Leads endpoint (GET /lead/{id}/{?_fields}), base URL https://api.close.com/api/v1 
  
Retrieve lead · Close · OpenIntegrations