Authenticate User
Authenticate user with username and password to obtain access tokens.
SDK CODE
const tokens = await authenticateUser({
username: "user@example.com",
password: "password",
});
username*string
User email address
password*string
User password
Configure credentials above to run
Click "Run" to execute the API call