Magento Tutorials

How to Get API Keys in Magento 1

To migrate and communicate with Magento system, developers need access to Magento web API. If you’re not sure how to find it, this will help you configuring both API user and API role in your Magento admin panel.

The first thing to do is logging in your Magento admin.

magento 1 backend login

Create New API Role

Go to System > Web Services > SOAP/XML – RPC Roles.

Magento 1 SOAP Roles

The page shows a list of existing roles and you can create a new role by choosing Add New Role.

Next, insert the role you want to add, in this step, you need to insert your admin password again to confirm.

add role Magento 1

The following step is to look for the left panel, click Role Resources, and pick the resources that your new role will have access to. This enables the new role to pull information from your website.

Magento 1 role resources

Once you are done, click Save Role to save your configuration.

Create New API User

To create a new API user, in your Magento back end, go to System > Web Services > SOAP/XML – RPC Users.

Magento 1 SOAP Users

In this page, the existing users are listed. You will find Add New User button on the top right.

You need to insert the information for the following fields:

  • User Name
  • First Name
  • Last Name
  • Email
  • Current Admin Password

Other than that, you’ll need to enter an API Key and confirm the key again in API Key Confirmation field. In this field, choose a verification key or password. You can choose a string of letters or numbers, however, please remember for future use. If any third party want access to your Magento store, you’ll need to provide them this.

Magento 1 new SOAP Users

When you inserted information for all the fields, click Save User.

Then, select User Role in the left panel and select a Role for the user.  Click Save User when complete.

Magento 1 save user

That’s how you can configure and find your API Key in Magento 1 website. Hope it’s useful for you!


Read more:
Magento API for Android

Dom

A knowledge craver who always strive to be wiser everyday.