Hi. We're trying to connect to LSEG'S API via OAuth2 using a desktop application we use for workflow automation, etc. (Alteryx).
We're currently passing through our account credentials (the same used to log in to these forums) using the following via a POST command, which from what I gather, we're required to use to obtain a token for further access:
Endpoint: http://api.refinitiv.com/auth/oauth2/v2/token
grant_type: client_credentials
client_id: <username>
client_secret: <password>
We can establish a connection but are unable to login and receive an error about incorrect credentials.
Is there another set of credentials we should obtain to log in via this method?