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 SMC Client.

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