Login
Logs in and returns the session ID. In the subsequent requests, include the 'x-dr-session' header with the returned session ID value.
Successfully authenticated. The session ID is returned in the response body. In the subsequent requests, include the 'x-dr-session' header with the returned session ID value.
{
"session_id": "string"
}
The ID of the session.
Bad request - the server cannot understand the request due to invalid syntax or invalid request body content
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Internal server error - unexpected condition prevents fulfilling the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
curl -X POST -H 'Authorization: <value>' https://{api_host}/session