1. 🔑 API Keys
Number of APIs: 7
Learn which is the workflow to create API keys programmatically.
You can also check:
ArcGIS REST JS
createApiKey
function.
-
🔑 2. Create an API key - 1. Create API key item type POST https://www.arcgis.com/sharing/rest/content/users/{{username}}/addItem
-
🔑 2. Create an API key - 2. Register item as API key POST https://www.arcgis.com/sharing/rest/oauth2/registerApp
-
⚙️ 2. Update API key settings-Scope API Key to ready to use service - Scope API Key to ready to use service POST https://www.arcgis.com/sharing/rest/oauth2/apps/{{client_id}}/update
-
⚙️ 2. Update API key settings-Add referrers - Add referrers POST https://www.arcgis.com/sharing/rest/oauth2/apps/{{client_id}}/update
-
⚙️ 2. Update API key settings-Scope API Key to data - 1. Add relationship POST https://www.arcgis.com/sharing/rest/content/users/{{username}}/addRelationship
-
⚙️ 2. Update API key settings-Scope API Key to data - 2. Update scope POST https://www.arcgis.com/sharing/rest/oauth2/apps/{{client_id}}/update
-
⚙️ 2. Update API key settings - Get client id POST https://www.arcgis.com/sharing/rest/content/users/{{username}}/items/{{item_id}}/registeredAppInfo