Skip to main content
GET
/
user
/
login
JavaScript
import Dasdk from 'dasdk';

const client = new Dasdk({
  apiKey: 'My API Key',
});

const response = await client.user.login();

console.log(response);
"<string>"

Authorizations

api_key
string
header
required

Query Parameters

username
string

The user name for login

password
string

The password for login in clear text

Response

successful operation

The response is of type string.