Does anyone know how to include CERT and KEY files in the input to a download tool? I am trying to run an API but there doesn't seem to be a way to add the certificate files to pass through along with the request parameters currently
I think your documentation on the API connection is the missing piece of information. If you are doing a GET statement, you might need an clientID/Secret. I've had tokens called Authorized, or Bearer. It depends on what is required in your connection. Once you have the name of the API value pair (likely CERT and KEY pairs), you can put those values in a text input tool and use those values in the Header or Parameters tabs (depending on what your documentation requires for authorization).