Referenceauth
Complete email verification
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
token*Token
Response Body
application/json
application/json
curl -X POST "https://loading/auth/verify-email" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'{
"status": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}