Forum Discussion

mayank's avatar
11 years ago

login through restapi

How to login through restapi
  • DougS's avatar
    DougS
    11 years ago

    When you authenticate through the REST API (as described in the REST API User Authentication page and the REST API sessions/login call doc page), the response of the /restapi/vc/authentication/sessions/login call will contain the REST API session key.  You want to include this session key as the value of the restapi.session_key parameter in subsequent REST API calls to make those calls as the user you authenticated as.