Authentication APIs
APIs related to the authentication mechanism
Operations
GET
Get Current Session Deprecated
Returns information about the current session, if any.
POST
Login Deprecated
Logs in and returns the session ID. In the subsequent requests, include the 'x-dr-session' header with the value of the returned session ID.
DELETE
Logout Deprecated
Logs out if the session is authenticated.