Skip to content
CalypsoAI
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Set user's password.
POST
/backend/v1/users/token-verification
Verifies a user with a token and sets the user's password.
Request Body
application/json
Schema
JSON
JSON
{
"password"
:
"string"
,
"token"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
POST
/backend/v1/users/token-verification
Playground
Body
Try it out
Samples
Powered by
VitePress OpenAPI