Manage API Keys
Service accounts enable you to integrate external systems with Enthusiast. Like user accounts, service accounts can be assigned permissions for specific datasets.
Creating a Service Account
- Log in as an admin user.
- Navigate to Manage → Service Accounts.
- Click New Service Account.
- Enter a name for the service account.
- Select the data sets the account should have access to.
- Ensure the Active checkbox is selected.
- Click Create.
- A pop-up will display the API token for the newly created account. Copy it and store it in a secure location.
success
Congratulations! You’ve successfully created a service account. Now you can connect to Enthusiast's API.
Modifying Data Set Access for a Service Account
- Log in as an admin user.
- Navigate to Manage → Service Accounts.
- Click Edit next to the service account you want to update.
- Adjust the data sets the account can access.
- Click Update.
Disabling a Service Account
- Log in as an admin user.
- Navigate to Manage → Service Accounts.
- Click Edit next to the service account you want to disable.
- Uncheck the Active checkbox.
- Click Update.
- The account is now disabled, and its API token can no longer be used.
Resetting an API Token
- Log in as an admin user.
- Navigate to Manage → Service Accounts.
- Click Reset Token next to the service account you want to update.
- A new token will be displayed. Copy it and store it in a secure location.
- The old token becomes invalid immediately.