- Open API
- Introduction to Automation Hub API
- API References
- Generate your Token from Automation Hub
- Authenticating to Your Automation Hub Tenant
- Add users in bulk to Automation Hub using OpenAPI
- Bulk edit users in Automation Hub using OpenAPI
- Input for Automation Pipeline
- Input for Submission Type
- Input for Phase
- Input for Status
- Input for Phase and Status Update
- Input for Business Unit
- Input for Applications
- Input for Category
- Input for Cost Benefit Analysis
- Input for High Level Assessment
- Input for Detailed Assessment
- Input for Automation Idea Creation Date
- Input for Users
- Input for User Status
- User Status Table
- Input for Collaborators
- Output Dictionary
- Automation Hub Open API Power Query Data Parsing
Authenticating to Your Automation Hub Tenant
-
Generate the API Access Information from the Automation Hub Open API page as described in the Generate your Token from Automation Hub page.
The authentication information is composed of the [Tenant ID] and [Token] values. An example is: 46b6c342-3ab4-11e9-9c19-37a2344a67e8/ce91aa04-fc61-49e9-bec5-cb237efb4bda where:
-
46b6c342-3ab4-11e9-9c19-37a2344a67e8 is the unique Tenant ID,
-
ce91aa04-fc61-49e9-bec5-cb237efb4bda is the specific token generated for the user account.
The token must be used together with the following element in the header:
-
OpenAPI token identifier x-ah-openapi-auth. This is used to identify the token type. The value is always hardcoded as openapi-token. You should not enter the actual token value generated from the UI in this header parameter.
The App Key is optional. Use it only if it was defined in the Add Token modal.
-
App Key x-ah-openapi-app-key