API Users

API users, are users that were created to access certain shop functions through the shop API.

API users can connect to the shop’s API through the connect URL shown at the top of the page. The API connect URL follows the following scheme:

http://www.yourdomain.com/content/api/connect.php

Where “www.yourdomain.com” is your shop’s domain name.

Please note: Only API users can connect through the shop’s API. Normal administrators, vendors or users can’t connect to this API with their normal login credentials

The API userlist:

The API userlist shows information about the current API users. The information shown includes, the internal ID, the username, the valid host/IP for that user, a note, the vendor ID and if the API user account is currently active or not.

The list allows you to bulk update, if the API users are active or not.

Click on the “Save Changes” button to save any changes.

Click on the “Create a new API User” button to create a new API user account at the API user details page.

Click on any item on the list to open the selected API user account at the API user details page, where you can edit the selected user.

Additional functions are available through the action icons on the right side of each user account on the list. Click on the edit icon, to open the selected API user account at the API user details page, where you can edit the selected user.Click on the delete icon, to complete delete the selected API user account.

Please note: Further information about the shop API and the availability of API functions, as well as examples on how to connect to the API and make certain function calls, can be found in the API Developer Manual.