LogoThreatmatic

Reset Password Callback

GET
/reset-password/{token}

Redirects the user to the callback URL with the token

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication

In: header

Path Parameters

token*string

The token to reset the password

Query Parameters

callbackURL*string

The URL to redirect the user to reset their password

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://console.threatmatic.ai/api/auth/reset-password/string?callbackURL=string"
{
  "token": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}