Logging on

Logon is performed with a POST request on the login service URI.

Before using protected services, clients must log on using their authentication key, which is generated when the API Client element is configured in the Management Client.

The API Client authentication key must be specified in the payload:
  • For JSON content type {"authenticationkey":"XXXXX"}
  • For XML content type <login_info authenticationkey='XXXXX'/>
POST http://localhost:8082/7.0/login
Content-type: application/json
Payload : {"authenticationkey":"sqfTm8UCd6havtycRP7P0001"}
Status code: 200 OK