Authenticating Users

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.

Authenticate user

POST https://api.cryptlex.com/v3/accounts/login

Authenticates the user using the login credentials and returns an access token.

Request Body

NameTypeDescription

accountAlias*

string

Unique account alias.

email*

string

Email address of the user.

password*

string

Password of the user.

{
  "accessToken": "eyJhbGciOiJIUzI1NiIsInR..."
}

Last updated