Add API Key
Getting Here
Settings > User Management > API Keys > Add API Key button
Add New API Key Form
The Add New API Key form allows users to create and configure API keys for accessing system integrations and automation.
Form Fields
-
Application Name*
- Description: A required field to specify the name of the application or purpose for which the API key is being created.
- Required: Yes
-
Description
- Description: An optional field to provide additional context or notes about the API key’s usage.
- Required: No
-
Role*
- Description: Defines the access permissions for the API key.
- Options:
admin
: Provides full administrative privileges.readonly
: Grants read-only access.
- Control: Dropdown menu to select the role.
- Required: Yes
Form Actions
-
SAVE
- Description: Saves the API key configuration and creates the new key.
-
CANCEL
- Description: Discards changes and closes the form without creating a new API key.
Notes
- Fields marked with an asterisk (*) are mandatory.
- Use descriptive and clear Application Names to identify the API key's purpose.
- Carefully select the Role to limit access as necessary:
- Use
readonly
for minimal permissions. - Use
admin
only for full administrative access when required.
- Use
Updated about 1 month ago