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"
}
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"
}
error_code
message
op_id
Internal server error - unexpected condition prevents fulfilling the request
{
"error_code": "string",
"message": "string",
"op_id": "string"
}
error_code
message
op_id