Login

Redirect browser to AUTH0 login flow, where user authenticates, browser receives authentication cookie, and then user's browser gets redirected to provided returnTo URL. From that point on, all API calls don't require additional headers as HTTP-only cookie will be attached to each request.

Query Params
string

URL to redirect browser to after operation completes

string

optional override for URL to redirect browser from auth0 back to backend, for situations where backend is being reached via proxy

string

optional hint for which screen to use when redirecting to authentication pages.

Response
302

redirects to login page

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here!