OAuth2 – Pass Access Token – C#
Now that you have your Access Token – in case you missed it, here is the link to how to get it OAuth2: Get an Access Token – C#, you can now pass your authorization token to interact with your API. Make sure to add a header to your request with your authorization token The … More OAuth2 – Pass Access Token – C#