cURL
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" }
Start magic link login flow
ko
en
ja
Was this page helpful?