Accessing the Ideagen Learning API
Who is this article for?
IT Administrators or Developers who need to authenticate with the Damstra Learning public REST API.
API access and Administrator permissions are required.
This article explains how to generate, use, and regenerate an API access keys for integrating with Ideagen Learning’s public REST API.
1. Generating an API key
To generate an API key:
- Go to Admin.
- Select Integration.
- Click API Access Keys.
- Click Generate API Key.
- Copy and store the generated key.
Always store your API key securely and avoid sharing it publicly.
2. Using the API key
To use the API key, include it in the header of your API requests.
The key remains valid indefinitely unless manually regenerated.
3. Regenerating the API key
To regenerate the key:
- Go to Admin.
- Select Integration.
- Click API Access Keys.
- Click Regenerate API Key.
- Confirm the action to deactivate the current key and issue a new one.
- Update all integrations to use the new key immediately.
You can only have one active API key at a time. Regenerating the key will break existing integrations using the old key.