FAQ¶
Where do I get the sessionId that is needed for calling the endpoints?
Before calling any other endpoint, you need to log in through sessions service (public/api/sessions/v1/sessions/actions/login
). The result will contain the sessionId you need for accessing any further resources. Please see the Get Started page for further details.