# ApiManagementClient **Provider:** ApiManagementClient **Category:** payments **Base URL:** `https://management.azure.com` **Auth:** oauth2 — `Authorization: Bearer ` **Rate Limit:** Varies by provider **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://management.azure.com ## Description Use these REST APIs for performing operations on entities like API, Product, and Subscription associated with your Azure API Management deployment. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies` | Lists all the Global Policy definitions of the Api Management service. | | DELETE | `https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}` | Deletes the global policy configuration of the Api Management Service. | | GET | `https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}` | Get the Global policy definition of the Api Management service. | | PUT | `https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}` | Creates or updates the global policy configuration of the Api Management service | | GET | `https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policySnippets` | Lists all policy snippets. | | GET | `https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/regions` | Lists all azure regions in which the service exists. | ## Authentication OAuth 2.0 — obtain an access token via the authorization flow ``` Authorization: Bearer ``` ## Sample Request ```bash curl -X GET 'https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium API management. Pricing varies by provider; many offer free tiers. --- *Source: [API Map](https://apimap.dev/apis/apimanagementclient/) — CC BY 4.0*