acquiring CLIENT_ID and CLIENT_SECRET for RDP Auth/v2

I have an issue related to getting access token via auth v2 endpoint: https://api.refinitiv.com/auth/oauth2/v2/token

I can login to API Playground UI and access endpoints that I need with my credentials:
-username
-password (for UI)

However, to generate access token (programmatically) I need:
CLIENT_ID
CLIENT_SECRET

and I have no idea where do I get them from.

I've read documentation and it says that CLIENT_ID = APPkey, which should be generated here:
App Key Generator

but it doesn't seem to work with password that I use for UI.


How do I receive CLIENT_ID/CLIENT_SECRET for my account?

Answers