Confirm Recovery Token
Details#
This endpoint is used to check if the given token is valid to recover an account. The token can be generated by using the recover endpoint and is sent to the user by email.
URL : /auth/recover/:token/confirm
Method :
GET
Request examples#
Example 1 - Valid Token#
Code :
200 OK
- Request
- Response
Example 2 - Invalid Token#
Code :
403 FORBIDDEN
- Request
- Response