Skip to main content
GET
/
auth
/
login
OAuth 2.0 Authorization
curl --request GET \
  --url https://whitebit.com/auth/login

Query Parameters

clientId
string
required

Your application's client ID

Example:

"YOUR_CLIENT_ID"

state
string

A secure random string used to maintain state between the request and callback and prevent CSRF attacks (Recommended)

Example:

"SECURE_RANDOM_STATE"

Response

302

Redirect to authorization page