Hello,
Does anyone have any code snippets for performing API Authorisation using C# and the Built-in HttpClient classes?
I have tried an implementation based on the Postman examples, but all I am getting via my calls is a 401, while the equivilant in Postman works perfectly fine.