Verify
Body
tokenstringRequired
Responses
200
Successful Response
application/json
400
Bad Request
application/json
422
Validation Error
application/json
post
/auth/verifyPOST /auth/verify HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"token": "text"
}{
"id": null,
"email": "[email protected]",
"is_active": true,
"is_superuser": false,
"is_verified": false
}Last updated