Settings

Configure your Travelyzer account and preferences.

Settings

Configure your developer account and customize your experience.

Profile

Personal Information

FieldDescription
NameYour full name
EmailAccount email address
AvatarProfile picture
TimezoneTimezone for reports
LanguageInterface language

Change Email

  1. Go to Settings > Profile
  2. Click "Change email"
  3. Enter the new email
  4. 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:

  1. Go to Settings > Security
  2. Click "Change password"
  3. Enter the old password
  4. 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

MethodDescription
TOTPAuthenticator app (Google, Authy)
SMSCode via SMS (less secure)
Security KeyPhysical key (YubiKey, etc.)

Enable TOTP

  1. Go to Settings > Security > 2FA
  2. Click "Enable TOTP"
  3. Scan the QR code with your authenticator app
  4. Enter the verification code
  5. 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:

InfoDescription
DeviceDevice type and browser
IPSession IP address
LocationApproximate country/city
Last activityDate 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:

NotificationDescriptionDefault
Quota alertsApproaching/exceeding quotaEnabled
Security alertsSuspicious login, new IPEnabled
ReportsPeriodic usage reportsEnabled
ProductNew features, maintenanceEnabled
MarketingNewsletter, offersDisabled

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:

  1. Go to Settings > Organization
  2. Click "Create an organization"
  3. Enter the organization name
  4. Invite members

Roles

RolePermissions
OwnerFull access, billing, deletion
AdminKey management, members, settings
DeveloperCreate keys, read analytics
ViewerRead only

Invite a Member

  1. Go to Organization > Members
  2. Click "Invite"
  3. Enter the member's email
  4. Select the role
  5. The invitation is sent by email

Transfer Ownership

The owner can transfer ownership:

  1. Go to Organization > Settings
  2. Click "Transfer ownership"
  3. Select the new owner
  4. Confirm with your password

Integrations

Slack

Receive notifications in Slack:

  1. Go to Settings > Integrations > Slack
  2. Click "Connect Slack"
  3. Authorize the Travelyzer app
  4. Select the destination channel

OAuth Connection

Link external accounts:

ProviderUsage
GitHubQuick login, SSO
GoogleQuick login, SSO
GitLabQuick 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 analytics
  • read:keys - List API keys
  • write:keys - Manage API keys
  • read: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:

  1. Go to Settings > Privacy
  2. Click "Export my data"
  3. 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.

  1. Go to Settings > Privacy
  2. Click "Delete my account"
  3. Confirm by typing "DELETE"
  4. 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

  1. Go to Settings > Support
  2. Click "New ticket"
  3. Select the category
  4. Describe your issue
  5. Attach screenshots if necessary

Support Categories

CategoryResponse Time
Technical24-48h (Pro: 24h)
Billing24h
Security4h
EnterpriseCustom SLA