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

Query Parameters

redirect
string<string>

The URL to redirect after the signin

screen_hint
string<string>

Auth0 specific parameter

prompt
string<string>

The prompt value (OIDC spec)

Response

200
application/json

OK

The response is of type object.