Authentication
Connections
Data Masking Rules
AWS
Guard Rails
Server Management
Jira
Organization Management
Plugins
Reports
User Management
Sessions
Session
Authentication
Login
Returns the login url to perform the signin on the identity provider
GET
/
login
Copy
curl --request GET \
--url https://use.hoop.dev/api/login
Copy
{
"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
.
Copy
curl --request GET \
--url https://use.hoop.dev/api/login
Copy
{
"login_url": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.