What is the difference between platform.api.get(“user/session”) and getSession()?
Through Server Side scripts, I can make a call similar to: platform.api.get(“user/session”)
This returns a session object that I can work with on the server. See this previous post:
Under the API Docs tab in my local DSP, under GET /user/session, over to the right it is listed as getSession().
Is there a getSession() function that is accessible to my server side scripts that does the same thing as platform.api.get(“user/session”) ?