Manage account
The Account tab allows you to manage your account password, authentication sessions, and API access.
Changing your password
To change your password:
Navigate to Password
Enter your current password
Enter and confirm your new password
Click Change Password


Account Limitations
Currently, Tangled only supports one account per instance. All features are available to the admin user.
API Keys
API keys provide programmatic access to Tangled without requiring UI access. They're ideal for automated scripts and integrations with other tools.


Creating an API Key
Navigate to Account → API Keys
Click Create API Key
Enter a descriptive Name (e.g., "Automation Script", "Monitoring Tool")
Click Generate
Important
The full API key is shown only once after creation. Copy it immediately and store it securely.
API Key Permissions
API keys have restricted permissions compared to full user access, allowing you to mark emails as opened when recipients interact with tracking links or pixels embedded in campaigns.
They cannot list, create or modify campaigns, templates, servers, sender profiles, targets, or platform settings, as well as retrieving logs or statistics. This restricted scope ensures safe monitoring and data retrieval without risking configuration changes.
Using API Keys
Include the API key in the Authorization header:
See the API Reference for complete documentation.
Revoking API Keys
If a key is compromised or no longer needed:
Find the key in the API Keys list
Click Revoke
The key will be immediately invalidated
Active Sessions
A list with all active login sessions for your account is available. Each session shows browser/device User agent information, IP Address, Last Seen timestamp and when the session was established.


Revoking Sessions
To log out from specific devices you can simply find the session in the Active Sessions list and click Revoke next to the session. The user will be logged out on that device.
To revoke all sessions except your current one, click Revoke All Other Sessions
Last updated