/auth/reset-password/:token
GET /auth/reset-password/:token
GET
/auth/reset-password/:token
Redirects the user to the callback URL with the token
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” callbackURL
The URL to redirect the user to reset their password
string
Responses
Section titled “ Responses ”Success
object
token
string
Bad Request. Usually due to missing parameters, or invalid parameters.
object
message
required
string
Unauthorized. Due to missing or invalid authentication.
object
message
required
string
Forbidden. You do not have permission to access this resource or to perform this action.
object
message
string
Not Found. The requested resource was not found.
object
message
string
Too Many Requests. You have exceeded the rate limit. Try again later.
object
message
string
Internal Server Error. This is a problem with the server that you cannot fix.
object
message
string