Hi, I was just to explore the OAuth connection here by following this guide
but I am using machine to machine communication which only needs to Client Id and Client Secret to get the auth token and then call the main api end point to get the data…Now here in Tape, you have to follow this guide Create an OAuth 2.0 Connection | Tape Help Center
where all fields are necessay and in my case the Authorisation URL and Redirect URL are not required. So any way I can call this without using these? I tried to call Oauth with simple HTTP but the URL(https://edh-core-api-auth.edh.aws-gafg.com/oauth2/token) is not being recognised for OAuth call