Authentication
POST
Returns a SessionDTO object. From this DTO, sessionId
, ;
(semicolon), and timezoneId
are concatenated to produce a Meridium Token value.
You must provide a request header, meridiumtoken
, with this value on every subsequent API call.
The header content-type
with value application/json
is the only other header required by the application.
Request Syntax
/core/security/login
Request Body
{"DatasourceId":"APM_DATASOURCE_NAME","Id":"APM User","Password":"APM Password"}