Authentication
Login
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Authentication
Login
Returns the login url to perform the signin on the identity provider
GET
/
login
curl --request GET \
--url https://use.hoop.dev/api/login
{
"login_url": "<string>"
}
Query Parameters
The URL to redirect after the signin
Auth0 specific parameter
The prompt value (OIDC spec)
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://use.hoop.dev/api/login
{
"login_url": "<string>"
}