The login endpoint initiates the authentication flow for the Exness Trading Platform. When a user provides their email address, the system generates a JWT token containing the user’s credentials and sends a verification link via email.
After receiving the verification email, users should click the link which directs them to the verify endpoint to complete authentication and receive their JWT token for API access.