Authenticating to the Talend Data Preparation REST API via an SSO token request
The Talend Data Preparation REST API are secured by the Oauth2 protocol and an Authorization header (Bearer Authentication).
To retrieve a Bearer token from the SSO provider and access the Talend Data Preparation REST API, you will need the Authorization response headers of an HTTP POST request on the /login path.
API requests require access tokens. For further information, see Generating a Personal Access Token.