Confirm Recovery Token
#
DetailsThis 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 TokenCode :
200 OK
- Request
- Response
#
Example 2 - Invalid TokenCode :
403 FORBIDDEN
- Request
- Response