API Tokens
Summary
API tokens are similar to users, but are used for authenticating applications instead of people. They have permissions just like users, but they cannot sign in to the platform. They can be used by external, 3rd party applications that need to access the platform.
Properties
- Name - Name of the token, this is only for managing tokens and know what they do.
- Description - A description on what this token will be used for.
- Permissions - The permissions assigned to this token, similar to the roles permissions.
- Databases - Select what databases this token can access.
tip
When creating an API token, make this token as limited as possible.
- Set a clear description on what this token is used for, so that you can easily manage it later on.
- Assign as few roles as possible. If your token only needs to read user data, don't give it manage permissions on devices or dashboards.