Update Settings
Modify Your Settings
Update company configuration. Only include fields you want to change.
Security notifications: Sensitive changes trigger email alerts:
- Email changes: notification sent to the old email address
- Password changes: confirmation to current email
- Live code changes: notification with old and new codes
- Webhook changes: notification about new configuration
Personality options: Choose from 20+ personalities for scoring variety:
jaded_dev- Cynical veteran who’s seen every horrorcaffeinated_genius- 3am energy, connects everything to quantum mechanicsacademic_rebel- PhD dropout with street smartsmad_scientist- Chaos enthusiast who believes systems need more entropy- Plus many more for maximum evaluation diversity
Validation requirements:
- Live codes: unique, 10+ characters, must start with digit
- Emails: unique and properly formatted
- Passwords: 10+ characters with confirmation
- Webhook URLs: valid HTTPS endpoints only
- Candidate limits: 1-4 attempts per email address
Authorizations
JWT token from /token endpoint
Body
New live code (must start with digit and be unique)
10^[0-9][A-Z0-9]+$"1AB2CD3EF4"
New email address (must be unique)
"newemail@techcorp.com"
New password (requires confirmation)
10Password confirmation (required if password provided)
Webhook URL for result notifications (empty string to disable)
"https://api.yourcompany.com/webhooks/error-golf"
Secret for webhook signature verification
10^[A-Za-z0-9]+$"abc123def456ghi789"
Maximum attempts per candidate email
1 <= x <= 42
First evaluator personality
"jaded_dev"
Second evaluator personality
"caffeinated_genius"
Third evaluator personality
"mad_scientist"
Response
Settings updated successfully

