0

Issues authenticating the API using .NET

hello, 

i'm having issues trying to authenticate the API using a GET request with HttpWebRequest in .NET.

I have built the following header in my Request, can someone tell me what i might be missing?

Headers {

Content-Type: application/vnd.ticketevolution.api+json; version=8; charset=utf-8

X-Signature: qlmoLQ0LeBF/h7+4t9MLvXiqw6WU8w6AAbOLziozQUA=

X-Token: 2ea5e03d4d4dc79e457186412d81552a

Host: api.sandbox.ticketevolution.com

Connection: Keep-Alive}

URLhttp://api.sandbox.ticketevolution.com/brokerages?page=1&per_page=1

Exception {"The remote server returned an error: (401) Unauthorized."} System.Exception {System.Net.WebException}

4 comments

Please sign in to leave a comment.