API keys (legacy) are permanent access tokens created before June 2024. They can no longer be created or managed, and have been replaced by API key credentials. All developers should replace their existing API keys (legacy) with new API keys from API key credentials.
This tutorial shows how to migrate your application from an API key (legacy) to an API key from API key credentials and preserve the same privileges and item access.
Prerequisites
Steps
Sign in to your portal
You use your portal to create and manage items, including API key credentials.
- Sign in to your portal with your ArcGIS account.
Check the scopes of your API key (legacy)
API keys (legacy) can only be scoped to access location services. These capabilities and more are also available through API key credentials. Use your portal to check the service scopes of your API key (legacy) to create a new set of credentials with equivalent capabilities.
- Go to Content > My content.
- Click on the API key (legacy) item you want to replace. The item should have the label API key (legacy). You will then be redirected to the item page of your API key (legacy) item.
- Under Credentials, click Manage.
- In API key (legacy), scroll down to the Location services section.
- Write down the selected scopes under Required service and Available services. These scopes will be replicated in your API key credentials using privileges.
Create API key credentials
-
In your portal, click Content > My content > New item.
-
Click Developer credentials > API key credentials and click Next.
Set the expiration date and referrers
API key credentials generate long-lived access tokens called API keys. API keys are valid for up to one year, and their expiration date is set when they are generated. You can also set referrers on an API key, which restrict the key to only be usable from authorized domains.
-
In the Create developer credentials window, click on the Expiration date field. Set the expiration date of the access token to one month from today's date.
-
Set the Referrers field to the web domains you would like to restrict the access token to. This is highly recommended for security purposes. To learn more about referrers, go to API key credentials.
-
Click Next.
Select privileges
You can configure the settings of API key credentials to configure the privileges of access tokens. For an access token to work in your application, it needs to have the correct privileges to access the content and services your app is using. Select the privileges you require to apply them to your API key access token.
-
In the Create developer credentials > Privileges window, browse the available privileges.
-
Expand the tables below to view the equivalent privileges for each location service scope of API keys (legacy).
Legacy scope Equivalent privilege Privilege label Basemaps premium
:user :basemaps Basemap styles service Places premium
:user :places Places service Geocoding (stored) premium
:user :geocode :stored Geocode (stored) Geocoding (not stored) premium
:user :geocode :temporary Geocode (not stored) Routing premium
:user :networkanalysis :routing Simple routing Optimized routing premium
:user :networkanalysis :optimizedrouting Optimized routing Closest facility premium
:user :networkanalysis :closestfacility Closest facility Service area premium
:user :networkanalysis :servicearea Service area Location allocation premium
:user :networkanalysis :locationallocation Location allocation Multi-vehicle routing premium
:user :networkanalysis :vehiclerouting Multi-vehicle routing Origin/destination cost matrix premium
:user :networkanalysis :origindestinationcostmatrix Origin/destination cost matrix GeoEnrichment premium
:user :geoenrichment GeoEnrichment service -
Select the location service privileges that mimic the original service scopes of your API key (legacy) and click Next.
Select items (optional)
If your application will require access to specific private items, you will need to configure your developer credentials to access them. The Item access menu allows you to browse your portal's content and grant your key fine-grained access to specific items.
-
If your token does not require item access, click Skip.
-
In the Grant item access window, click Browse items.
-
Select the items you want to grant access to. You can select up to 100 items in this menu.
-
Click Add items.
Save the item
After configuring the properties of your API key credentials, you can save the credentials as a new item.
-
In the Create developer credentials window, set the following properties:
- Title:
My AP
I key credentials - Folder:
Developer credentials
(Create a new folder) - Tags: Add tags related to the privileges of the credentials.
- Description: Describe the application that these developer credentials will be used in.
Click Next.
- Title:
-
In the Summary window, review the properties, privileges, and item access you have set. Click Next.
Copy the API key
-
In the Create developer credentials > Generate API key window, select Generate the API key and go to item details page. I am ready to copy and save the key.
-
Click Next.
-
Copy the API key from the window that appears and paste it into your application.
Delete the API key (legacy)
Once you replace your API key (legacy) in your application with your new API key, you can safely delete the API key (legacy) item.
- Go to Content > My content.
- Click on the API key (legacy) item you want to delete. You will then be redirected to the item page of your API key (legacy) item.
- Click on the Settings tab.
- In General, click Delete Item > Delete.
What's next?
Learn how to use your API key to access secure ArcGIS resources in the following guides: