Hey all,
I'm struggling a bit with formatting an API call. I got this to work in Swagger but having trouble with the call in my browser. I have a JSON plug in in chrome that formats API responses that are in JSON format.
Anyway, here is my call to the Strategy endpoint (I've put my apId and apiKey in xxx):
https://api.portfolio123.com/strategy/1749358?apiId=xxx&apiKey=xxx
I get an access denied response.
Is this because there is no permanent token and I first need to uses /auth to get a token before making the /Strategy call, or is my format wrong?
Thanks.
Paul