I am attempting to create an interface in Alteryx to allow retrieval and updating of certain elements within Clarizen. I have been able to login and get a sessionId '{"sessionId":"84a39abe-32f0-4db7-bf75-f1534d1ac432_1381473","userId":"f751edd8-b7d2-48d8-a529-c32585306669","organizationId":"f226cfba-6c53-4ca0-9e23-9c27cc1ab17d","serverTime":"2016-11-23T18:03:15.6119854Z","licenseType":"Full"}' but when attempting to use other services with that sessionId I am receiving a message saying '{"errorCode":"LoginFailure","message":"Authentication cookie is missing. Did you forget to login?","referenceId":"3BqHOsNIl2h3AQbT8oDSpU"}'
Any ideas on how I can get passed this? I am not working within a browser, so no cookies are actually being created. If needed, I could directly write my own cookie, but I don't know what the structure of that cookie should be.
Any help with this would be appreciated.
Thanks,