SecureCloud uses multiple layers of access protection for
every API request it receives. To successfully make an API call, your API call must
pass the
following authentication filters:
-
Incoming IP Filter
Denies access to any IP address that has not been set up in the SecureCloud Central Management Console.
-
Digest Authentication Filter
Denies access for any API request that does not contain a valid digest
passphrase along with its corresponding broker account name.
-
User Access Token Filter
Denies access for any API request that does not contain a valid user access
token.
The process of bypassing these filters requires access to the SecureCloud Central Management Console as well as the ability to
execute requests from a programming language, such as Python, C++, or Java.