LogoThreatmatic

Send Verification Email

POST
/send-verification-email

Send a verification email to the user

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://console.threatmatic.ai/api/auth/send-verification-email" \  -H "Content-Type: application/json" \  -d '{    "email": "user@example.com"  }'
{
  "status": true
}
{
  "message": "Verification email isn't enabled"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}