Client Server Access
See the information below that describes the client authentication steps when using the REST API.
-
Get CSRF Token before logging in to Client Services.
-
Use the CSRF token on the header of the POST method /login.
-
In return, a Session ID is received.
-
Use the Session ID to Get the CSRF token again.
-
Use the new CSRF Token and Session ID in further GET, POST, PUT, and DELETE Requests.