HIC Apps API Documentation
Scrub CSVs Steps
- Log In Login with email & password or
RefreshTokento get anIdToken - Get Upload URL Keep track of the
FileKey&UploadUrl - Upload File to Scrub Use a
PUTrequest to theUploadUrl, with the file to be scrubbed - Scrub Uploaded List Make a
POSTrequest using theFileKeyfrom step 2 - Download Scrubbed List Use a
GETrequest with theDownloadUrlfrom the previous step. Remember to allow redirects.