cURL
curl --request POST \ --url https://{defaultHost}/v1/auth/{app_id}/magic_links/login \ --header 'Authorization: Bearer <token>' \ --header 'X-Authorization: <api-key>'
{ "magic_link": { "id": "<string>" }, "user_meta_errors": {} }
Send a login magic link email to the user. The user will receive an email with a link to complete their login. If the email doesn’t exist, a new user will be created.
API Secret token
User Access token
App ID
successful
Show child attributes
Validation errors for user metadata if provided
Was this page helpful?