Auth

Verify email and create account

Verifies email token and creates user account

post/api/v1/email-auth/verify-email

Request body

namestring required
emailstring email required
passwordstring required
codestring required

Response

OK

successboolean required

Changes