Talentino Docs
API ReferenceMissing Info Mailer API

Send an SES verification email

POST/email-verifications

Sends an AWS SES verification email to the requested address. If language is omitted, the service attempts to infer it from the email domain's business unit and falls back to the default language.

X-API-Key<token>

Shared internal API key configured as CANDIDATE_MISSING_INFO_EMAILER_API_KEY.

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

curl -X POST "https://example.com/email-verifications" \  -H "Content-Type: application/json" \  -d '{    "email": "test@talentino.io",    "language": "en"  }'
{  "status": "success",  "message": "string",  "email": "user@example.com",  "language_auto_detected": true}
{  "detail": "string"}
{  "detail": "string"}
{  "detail": "string"}