POST
/
magic_links
/
email
/
login_or_create
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"
}

Query

lang
string
default:
"ko"

Language of the email. currently we support ko, en and ja.

Body

email
string
required

This is the email of the user.

{
  "message": "success",
  "requestId": "request-id-e55a5078-b5ab-41f0-b0cf-8b4441da22cd",
  "authentication_method": "magic_link"
}

Was this page helpful?