Login
Logs in and returns the session ID. Include 'x-dr-session' header with the value of the returned session ID in subsequent requests.
Successfully authenticated. The session ID is returned in the response body. Include 'x-dr-session' header with value of the returned session ID in subsequent requests.
{
"session_id": "string"
}
session_id
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
{
"error_code": "string",
"message": "string",
"op_id": "string"
}
The code of the error.
The message of the error.
The ID of the operation.
Internal server error - unexpected condition prevents fulfilling the request
{
"error_code": "string",
"message": "string",
"op_id": "string"
}
The code of the error.
The message of the error.
The ID of the operation.