Verify

The /verify endpoint allows users to confirm their account by submitting a verification code sent to their email via a POST request. The request body should include the user's email and the verification code. On success, the endpoint responds with a 200 OK status and a message indicating successful verification. If the code is invalid or email is not present, it returns a an appropriate error message. This endpoint is essential for completing the email verification process during user registration

Body Params
string
string
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json