# Login

## Login flow

The login flow starts when navigating to the Torus Digital login.

**Initiate Login Process**: navigate to the Torus Digital login page using the following URL, replacing \<API\_KEY> with your actual API key

<pre data-title="Base URL" data-overflow="wrap" data-full-width="false"><code><strong>https://connects.torusdigital.com/connect/login/&#x3C;API_KEY>
</strong></code></pre>

**Redirect to SSO Login**:  Upon accessing the API URL, the user is redirected to the SSO login page to authenticate

#### Email or Mobile Verification

The user verifies their identity through one of the following methods:

* **Email Verification:** An OTP (One-Time Password) is sent to the user's registered email.
* **Mobile Verification:** An OTP is sent to the user's registered mobile number.

#### OTP Validation

The user enters the received OTP on the verification page. If the OTP is valid, the user is redirected to the end URL.

#### Retrieve Request Token:

After successful OTP validation and redirection, you will receive a final URL that includes a REQUEST\_TOKEN

### Notes

* During the onboarding process, when you register as a client with us, you will receive your API key and API secret.
* Keep all URLs and tokens confidential and secure.
* Validate OTPs promptly as they are time-sensitive.
* Handle your token keys securely as they are essential for accessing the API.
