Hi,
I am having an issue trying to access an APIs, this is the result
<internalCode>26</internalCode>
<message>Wrong credentials</message>
<time>2014-05-05T16:25:39.000+02:00</time>
</error>
What I am sending is
GET https://sales.liveperson.net/hc/api/account/P33361797?v=1 HTTP/1.1
Accept-Encoding: gzip,deflate
Authorization: LivePerson appKey=479a4154a7cb477991986fe26cXXXXX
Accept: application/xml
Content-Type: application/xml
Host: server.iad.liveperson.net
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
What else I need to add to the header?