Authentication by email magic link
Authenticate users securely without passwords by sending a one-time magic link to their email. Users click the link to verify and receive an auth-key for logging in.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLThis is the model class for UserAuthenticationByEmail.
This represents the email address of the user.
This represents the callback url.
This represents the return url.
The request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
Request is invalid
The user was not found in the system.
API call exceeded rate limit due to too many requests.
Last updated