Skip to content

Reset password with token

POST
/api/v1/auth/reset-password

Set a new password using the token from the password reset email.

Request Body

application/json
JSON
{
  
"token": "string",
  
"new_password": "string"
}

Responses

Successful Response

application/json
JSON
{
  
"message": "string"
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation