Skip to main content
POST
/
api
/
v1
/
auth
/
resend-verification
Resend Verification
curl --request POST \
  --url https://api.example.com/api/v1/auth/resend-verification \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Body

application/json

Request body for sending verification email.

email
string<email> | null

User's email address. If not provided, the authenticated user's email is used.

Response

Successful Response