Skip to content
XC Scribe Docs
Search
K
Main Navigation
Guide
API Reference
Open XC Scribe
Appearance
Menu
Return to top
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
Schema
JSON
JSON
{
"token"
:
"string"
,
"new_password"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
POST
/api/v1/auth/reset-password
Playground
Server
Select a server...
Body
Try it out
Samples
Powered by
VitePress OpenAPI