Verify

Verify:Verify

post
Body
tokenstringRequired
Responses
200

Successful Response

application/json
post
/auth/verify
POST /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