Reset Password Callback

Redirects the user to the callback URL with the token

Authentication

AuthorizationBearer
Bearer token authentication

Path parameters

tokenstringRequired
The token to reset the password

Query parameters

callbackURLstringRequired
The URL to redirect the user to reset their password

Response

Success
tokenstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error