Guest pproot Posted June 5, 2017 Posted June 5, 2017 Hi, We are looking at connecting to Hornbill via API and have studied the documentation provided, however we are unable to see how / whether we can login with an API key rather than by Username and Password. Can you advise if this is possible please?
Guest Ehsan Posted June 5, 2017 Posted June 5, 2017 Hi @pproot You can generate an API Key for a User account through Admin Tool ("System" > "Organisational Data" Tile > "Users" Tile > [Click on User Id] > "API Keys" tab). The following is an example where I have created an API Key using the + icon. You can then use the generated API Key to access our Hornbill Integration Tools. Please refer to the following Wiki document for the list of available tools: https://wiki.hornbill.com/index.php/Integration How are you looking to achieve Integration? When sending a XMLMC API request, an API Key can be included in the Request Header as below: Authorization='ESP-APIKEY INSERT-YOUR-API-KEY' You can then invoke following API with the API Key included in the header. If the Response Message is returned (e.g. returns sessionId Output Parameter), then you're granted access to Hornbill APIs for the instance in question https://api.hornbill.com/session/?op=getSessionInfo I hope this helps? Ehsan
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now