Authentication
magic link
Request a magic link email for passwordless login. If the email matches an existing user, a magic link email will be sent. The response is always generic to prevent user enumeration.
For custom components:
RaiselyComponents.api.all('users').all('magic-link').post(data = {}, params = {}, headers = {}) => Promise<{result}>
:fa-gears: See Restie Response Data for a more detailed overview of responses through the client wrapper
post/users/magic-link
Headers
Authorizationstring
A valid HTTP Bearer token, required to access private records.
Request body
Response
Magic link request acknowledged