OpenPhn docs
Referenceauth

Resend the verification email

Always returns 200 to avoid user enumeration. Rate-limit managed implicitly by the 60-min Resend free-tier quota.

POST
/auth/resend-verification

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/auth/resend-verification" \  -H "Content-Type: application/json" \  -d '{    "email": "user@example.com"  }'
{
  "status": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}