View affiliate record
documentedRetrieve an Affiliate record.
POST /api/affiliate/viewRecordAffiliateno 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/affiliate/viewRecord?apiauthkey={{CREDITREPAIRCLOUD_API_KEY}}&secretkey={{CREDITREPAIRCLOUD_SECRET}}&xmlData=%3Ccrcloud%3E%3Caffiliate%3E%3Cid%3E{{$affiliate_id}}%3C/id%3E%3C/affiliate%3E%3C/crcloud%3E" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/xml" \
-d ""