Confirm Email Address

The following api should be called in Auth Service

Auth Dev Instance : (Alaric IdentityServer )

Endpoint

/api/v1/User/confirm-email

Post

{
  "id": 0,
  "token": "string"
}

id: Please provide your User Id in id. Should be a valid UserId

token: Please provide a valid 6 Digit Token that you have received already on your email.

Response

Success: Code 200, Indicates Email Confirmed
BadInput : Code 400 with error messages. 
Server Failure: Code 500 with no error message

Powered by BetterDocs