Request API Access token from csharp backend

Brian,

I’m assuming you’re a developer so the method you originally posted with is not the most common use for developers. I would definitely go Pav’s route but I’ll also drop a vid I did on this process in hopes it will help you through the minefield of oauth.

1 Like

I could solve the problem there were an issue with SSL handshake. So, I fixed that and now I could send the post to your endpoint.

ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;

Now, I am checking PAV recommendation to obtain the access token since the interaction with the user is not supported for this tool.