Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ezeio2:userinterface:manage:groupsettings:apikeys [2021-11-18 17:43] – created andreh | ezeio2:userinterface:manage:groupsettings:apikeys [2025-01-07 18:13] (current) – andreh | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Manage API keys ===== | ===== Manage API keys ===== | ||
- | This window is for creating | + | '' |
- | * API key name - This name is for key management reference only, it is not used within the code of an API call. | + | <WRAP center round info 60%> |
+ | The user must have the following privileges enabled to access | ||
+ | **Can edit group**\\ | ||
+ | **Can access | ||
+ | </ | ||
- | * Privileges - Options listed correspond to the available | + | API access is a paid & metered service. API calls are metered |
- | * Key expires - This date is typically set far into the future, but can be used for temporary calls or testing. The default setting is 1 year. | + | Multiple keys can be active |
- | * Inherit | + | Please see [[ezeio2: |
- | * Call back URL - | + | To add a new API key, click the (+) symbol in the header. The new key will be added to the list immediately. |
- | * Key ID - Auto generated, cannot be changed | + | Click the pencil symbol to view and edit the details. The trashbin symbol will delete the key. |
- | * Key - Auto generated, cannot be changed | + | Each key has the following settings: |
- | + | | API key name | A user-defined name | | |
+ | | Privileges | Enables the key for accessing the various API functions. Each key can have any combination of privileges enabled. | | ||
+ | | Key expires | The key will automatically stop working at the given date. | | ||
+ | | Inherit to subgroups | If checked, the key will allow access to groups below the current group. If not checked, only data in the current group can be accessed | | ||
+ | | Callback URI | Some API functions will generate a call-back. If this feature is used, enter the desired URI here. | | ||
+ | | Key ID | This is the first part of the credentials needed to user the API call (=username) | | ||
+ | | Key | This is the second part of the credentials. (=password) | | ||
+ | |||
+ | The Key ID and Key are auto-generated and can't be changed. | ||