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

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

Last updated