Endpoint
Authentication
No authentication required. This endpoint can only be called once, before any password is configured.Request Body
The master password to configure. Must be at least 8 characters.
Password confirmation. Must match the
password field.Response
Indicates whether the setup was successful
Human-readable status message
Error Responses
Error message when the request fails
Number of seconds to wait before retrying (for rate limiting)
Status Codes
200 OK- Password configured successfully400 Bad Request- Invalid input (passwords don’t match, too short, etc.)409 Conflict- Password already configured500 Internal Server Error- Server error during setup
Examples
Validation Rules
- Password must be at least 8 characters long
- Password and confirm fields must match exactly
- Can only be called once - returns 409 Conflict if already initialized