Skip to main content
POST
/
users
/
{username}
/
resetPassword
Create reset password
curl --request POST \
  --url https://api.quivo.co/users/{username}/resetPassword
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://api-docs.quivo.co/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

username
string
required

The username for the user account.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.