Set Up API Access
To configure your Metric Insights instance for API Access, you should create a secret key by the means of which your API client can access the data.
Once you set up API Access you can use most of the API calls. A few calls are unavailable until you set up specific access for them.
Steps 3 and 4 describe what they are and how to enable access for them. In general, this includes access to the /api/user
API as well as access to all API calls from external websites (typically via JavaScript).
Table of contents:
1. Access Admin > System > External Applications
- Select [+ New External Application] below the External Applications grid
- Define the Name of an External Application
- [Save]
2. Configure the External Application
- Enable your API
- [Show credentials]
- The Application ID and Application key are now available to you
3. Enable User API Calls
- Enable Application Can Manage Users setting
If 'User Management Access' is Inactive
If Application Can Manage Users setting is not enabled (as shown in Step 3), then api/user
API calls will fail with error "External Application has no User Management Access".