View lead/client record
documentedRetrieve a Lead/Client record.
POST /api/lead/viewRecordLead/Clientno 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.creditrepaircloud.com/api/lead/viewRecord" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/xml" \
-d "apiauthkey={{CREDITREPAIRCLOUD_API_KEY}}&secretkey={{CREDITREPAIRCLOUD_SECRET}}&xmlData=%3Ccrcloud%3E%3Cclient%3E%3Cid%3E{{$lead_id}}%3C%2Fid%3E%3C%2Fclient%3E%3C%2Fcrcloud%3E"