Client Server Access

See the information below that describes the client authentication steps when using the REST API.

 

  1. Get CSRF Token before logging in to Client Services.

  2. Use the CSRF token on the header of the POST method /login.

  3. In return, a Session ID is received.

  4. Use the Session ID to Get the CSRF token again.

  5. Use the new CSRF Token and Session ID in further GET, POST, PUT, and DELETE Requests.