Skip to main content
POST
/
v1
/
auth
/
link
Send email link code
curl --request POST \
  --url https://api.usenaive.ai/v1/auth/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "status": "verification_sent",
  "message": "<string>",
  "hint": "<string>"
}

Body

application/json
email
string<email>
required

Response

Code sent.

status
string
Example:

"verification_sent"

message
string
hint
string