Skip to main content
POST
/
user
/
email
/
send-code
가입 전 인증 코드 발송
curl --request POST \
  --url https://api.example.com/user/email/send-code \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "email": "<string>",
  "verification_token": "<string>"
}

Body

application/json
email
string
required

Response

Successful Response

email
string
required
verification_token
string
required