Skip to main content
POST
/
api
/
v1
/
auth
/
request-verification
Request Verification
curl --request POST \
  --url https://api.devkit4ai.com/api/v1/auth/request-verification
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
Request a new email verification token to be sent to the user’s email address.

Headers

Authorization
string
required
Bearer token for authentication

Response

message
string
Confirmation that verification email was sent

Query Parameters

user_id
string<uuid>
required

Response

Successful Response