Skip to main content
POST
https://your-rootprint-host
/
api
/
auth
/
setup-password
Set password from invite token
curl --request POST \
  --url https://your-rootprint-host/api/auth/setup-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "password": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt

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

Body

application/json
token
string
required
Required string length: 1 - 128
password
string<password>
required
Required string length: 8 - 128

Response

Password configured.

success
boolean
required