GET
/
login
curl --request GET \
  --url https://use.hoop.dev/api/login
{
  "login_url": "<string>"
}

Query Parameters

redirect
string

The URL to redirect after the signin

screen_hint
string

Auth0 specific parameter

prompt
string

The prompt value (OIDC spec)

Response

200
application/json
OK
login_url
string

The URL to redirect the user to the identity provider