Forum Discussion
PaoloT
11 years agoLithium Alumni (Retired)
Hi PerBonomi
I am assuming you are trying to make the call from outside the Lithium Platform. if you need to make a call on behalf of the currently logged in user, you can either use the username and password (which means that you need to ask them to the user first), or the lithium SSO token. This is described in here. Once you have authenticated, the API will return a session key that can be used in further authenticated calls. As the key can expire, you may need to renew it by authenticating again later on.
I hope you'll find this useful!