Skip to main content
POST
/
v1
/
generate-code
Generate and send a verification code to the user's email.
curl --request POST \
  --url https://api.telaos.com/v1/generate-code \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{}

Body

application/json
email
string
required

Response

A dictionary containing a success message if the email was sent successfully.

The response is of type object.