Application use this function to retrieve latest version of the deployed system.
Every API request must be authenticated. ThrivoSign provides OAuth2 authentication grants and a legacy authentication mechanism. The purpose of each authentication scheme is to obtain an “access token” that you can use to authorize calls to the API.
ThrivoSign uses OAuth 2.0 to authorize client requests. The parameters required to authenticate a client application and retrieve an OAuth 2.0 access token are “grant type”, “Client ID”, “Client Secret”, “User Name”, and “Password”.
The “Scope” variable can be used when identifying a specific enterprise user as the target for operations. ThrivoSign only implement the grant type of “Password” for now.
Application needs to obtain a new access token if
