So I'm going to implement a websocket client to contribute to a websocket client. The first thing I need to do is to obtain an access token.
So the first problem I get at the moment is that I'm receiving a 401 Access Denied on my machine account. So I ask this as content to my request
Endpoint: "https://api.refinitiv.com/auth/oauth2/v2/token"
"grant_type", "client_credentials"
"client_id", "03c655656802455b8xxxxxxxxxxxxxxxx" <- My newly added App Key from here: https://emea1-apps.platform.refinitiv.com/apps/appkeygenerator?srv=PLNP-ERPA01
"client_secret", "{APISECRET}" <- the password for my machine account
1. Can somebody tell me what I'm doing wrong in the client_id and/or client_secret.
2. When I get the token I need to subscribe to a channel, I dont know which topic and how. I found this page but is there an official page where I can maybe figure out what I should subscibe to?