generated: '2026-07-11' method: derived source: openapi/esri-openapi.yml summary: types: - apiKey - oauth2 api_key_in: - query oauth2_flows: - authorizationCode - clientCredentials schemes: - name: apiKeyAuth type: apiKey in: query parameter: token description: 'ArcGIS Platform API key or access token passed as the `token` query parameter (or `Authorization: Bearer ` header on REST services).' sources: - openapi/esri-openapi.yml - name: oauth2 type: oauth2 flows: - flow: clientCredentials tokenUrl: https://www.arcgis.com/sharing/rest/oauth2/token scopes: 0 - flow: authorizationCode authorizationUrl: https://www.arcgis.com/sharing/rest/oauth2/authorize tokenUrl: https://www.arcgis.com/sharing/rest/oauth2/token scopes: 0 sources: - openapi/esri-openapi.yml