The
/auth/loginlink
endpoint generates and sends a login link to the specified email address. This login link allows users to securely log in to the system without requiring a password.
Method:POST
Request Payload:
Parameter | Type | Description | Required |
---|---|---|---|
string | The email address to send the login link | Yes |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
email | string | ✅ | The email address to send the login link |
Responses
✅ 200 - Success - LoginLink Sent
⚠️ 401 - Unauthorized
⚠️ 404 - Not Found
❌ 500 - Internal Server Error
Tags
Auth
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
The email address to send the login link
Response
Success - LoginLink Sent