HIC Apps API Documentation
Scrub CSVs Steps
- Log In Login with email & password or
RefreshToken
to get anIdToken
- Get Upload URL Keep track of the
FileKey
&UploadUrl
- Upload File to Scrub Use a
PUT
request to theUploadUrl
, with the file to be scrubbed - Scrub Uploaded List Make a
POST
request using theFileKey
from step 2 - Download Scrubbed List Use a
GET
request with theDownloadUrl
from the previous step. Remember to allow redirects.