Skip to main content
POST
/
v1
/
validate-code
Validate verification code and return JWT token.
curl --request POST \
  --url https://api.telaos.com/v1/validate-code \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "code": "<string>"
}
'
{}

Body

application/json
email
string
required
code
string
required

Response

A dictionary containing a success message and the generated JWT token.

The response is of type object.