Create lead
documentedCreate a new lead.
POST /pubapi/v1.2/Leadsno 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://api.sharpspring.com/pubapi/v1.2/?accountID={{SHARPSPRING_API_KEY}}&secretKey={{SHARPSPRING_SECRET}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"id":"{{$request_id}}","method":"{{$method}}","params":{"id":"{{$lead_id}}"}}'