v1

latestOpenAPI 3.0.02026-07-26441564.4 KB
Password
Invite Code
Access Code
Password Protection
Lock

(Optional) Add a password to verification page to prevent unknown members accessing your server.

put/servers/{serverId}/passwords

Path parameters

serverIdinteger required

ID of the VaultCord server

Request body

passwordstring

A verification password. There are no restrictions, it can be all numbers or text. Make it as long or as short as you prefer (if you have 500+ members, password should be 13+ bytes long for bruteforce protection)

Example request

{
  "password": "Q1mo99_+2=h@7fQg%YY}YtFUJ*"
}

Response

Password has been added. You can add unlimited passwords to your server's verification.

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Added password to verification."
}