Authenticating Users
Last updated
Last updated
You can authenticate your users to get the access token of the user which can further be used to get the user profile and list of user licenses.
POST
https://api.cryptlex.com/v3/accounts/login
Authenticates the user using the login credentials and returns an access token.
Name | Type | Description |
---|---|---|
accountAlias*
string
Unique account alias.
email*
string
Email address of the user.
password*
string
Password of the user.