Start magic link login flow
curl --request POST \ --url https://api.furo.one/magic_links/email/login_or_create \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>" }'
{ "message": "success", "requestId": "request-id-e55a5078-b5ab-41f0-b0cf-8b4441da22cd", "authentication_method": "magic_link" }
Language of the email. currently we support ko, en and ja.
ko
en
ja
This is the email of the user.
Was this page helpful?