Settings
Configure your Travelyzer account and preferences.
Settings
Configure your developer account and customize your experience.
Profile
Personal Information
| Field | Description |
|---|---|
| Name | Your full name |
| Account email address | |
| Avatar | Profile picture |
| Timezone | Timezone for reports |
| Language | Interface language |
Change Email
- Go to Settings > Profile
- Click "Change email"
- Enter the new email
- Confirm via the link sent to the new email
The old email remains valid until the new one is confirmed.
Security
Password
To change your password:
- Go to Settings > Security
- Click "Change password"
- Enter the old password
- Enter and confirm the new password
Requirements:
- Minimum 12 characters
- At least one uppercase letter
- At least one number
- At least one special character
Two-Factor Authentication (2FA)
Enable 2FA to strengthen security:
Available Methods
| Method | Description |
|---|---|
| TOTP | Authenticator app (Google, Authy) |
| SMS | Code via SMS (less secure) |
| Security Key | Physical key (YubiKey, etc.) |
Enable TOTP
- Go to Settings > Security > 2FA
- Click "Enable TOTP"
- Scan the QR code with your authenticator app
- Enter the verification code
- Save the recovery codes
Important: Keep your recovery codes in a safe place. They are your only way to access your account if you lose your authenticator.
Active Sessions
View and manage your sessions:
| Info | Description |
|---|---|
| Device | Device type and browser |
| IP | Session IP address |
| Location | Approximate country/city |
| Last activity | Date of last use |
Actions:
- Sign out from a specific session
- Sign out from all sessions
Notifications
Email Preferences
Configure which emails you want to receive:
| Notification | Description | Default |
|---|---|---|
| Quota alerts | Approaching/exceeding quota | Enabled |
| Security alerts | Suspicious login, new IP | Enabled |
| Reports | Periodic usage reports | Enabled |
| Product | New features, maintenance | Enabled |
| Marketing | Newsletter, offers | Disabled |
Notification Webhooks
Receive notifications via webhook:
{
"url": "https://your-app.com/webhooks/travelyzer",
"events": [
"quota.warning",
"quota.exceeded",
"security.login_new_ip",
"api_key.expiring"
],
"secret": "whsec_xxxxx"
}Organization (Team)
Create an Organization
For teams:
- Go to Settings > Organization
- Click "Create an organization"
- Enter the organization name
- Invite members
Roles
| Role | Permissions |
|---|---|
| Owner | Full access, billing, deletion |
| Admin | Key management, members, settings |
| Developer | Create keys, read analytics |
| Viewer | Read only |
Invite a Member
- Go to Organization > Members
- Click "Invite"
- Enter the member's email
- Select the role
- The invitation is sent by email
Transfer Ownership
The owner can transfer ownership:
- Go to Organization > Settings
- Click "Transfer ownership"
- Select the new owner
- Confirm with your password
Integrations
Slack
Receive notifications in Slack:
- Go to Settings > Integrations > Slack
- Click "Connect Slack"
- Authorize the Travelyzer app
- Select the destination channel
OAuth Connection
Link external accounts:
| Provider | Usage |
|---|---|
| GitHub | Quick login, SSO |
| Quick login, SSO | |
| GitLab | Quick login |
API & Development
Personal Access Tokens
Create tokens to access dashboard APIs:
curl "https://api.gotravelyzer.com/v1/analytics" \
-H "Authorization: Bearer YOUR_PERSONAL_TOKEN"Available scopes:
read:analytics- Read analyticsread:keys- List API keyswrite:keys- Manage API keysread:billing- Billing information
IP Allowlist (Enterprise)
Restrict dashboard access by IP:
Allowed IPs for dashboard:
- 192.168.1.0/24
- 10.0.0.0/8
Data & Privacy
Export Your Data
Download all your data:
- Go to Settings > Privacy
- Click "Export my data"
- Receive a link by email (available for 24h)
Export contents:
- Account information
- API key history
- Logs from the last 90 days
- Invoices
Delete Account
Irreversible action: Deleting your account erases all your data.
- Go to Settings > Privacy
- Click "Delete my account"
- Confirm by typing "DELETE"
- Enter your password
Consequences:
- All API keys are revoked immediately
- Data is deleted within 30 days
- Invoices are retained for legal reasons
Support
Open a Ticket
- Go to Settings > Support
- Click "New ticket"
- Select the category
- Describe your issue
- Attach screenshots if necessary
Support Categories
| Category | Response Time |
|---|---|
| Technical | 24-48h (Pro: 24h) |
| Billing | 24h |
| Security | 4h |
| Enterprise | Custom SLA |