A

ApiManagementClient

by ApiManagementClient Free tier

Use these REST APIs for performing operations on entities like API, Product, and Subscription associated with your Azure API Management deployment.

paymentsazure

Quick Reference

Base URL https://management.azure.com Auth type OAuth 2.0 Auth header Authorization: Bearer <access_token> Rate limit Varies by provider Pricing Enterprise / contact sales Free quota None Documentation https://management.azure.com Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 31% builder-friendly
Pricing
28
Latency
0
Depth
57

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium API management. Pricing varies by provider; many offer free tiers.

Key Endpoints

MethodPathDescription
GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies Lists all the Global Policy definitions of the Api Management service.
DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId} Deletes the global policy configuration of the Api Management Service.
GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId} Get the Global policy definition of the Api Management service.
PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId} Creates or updates the global policy configuration of the Api Management service
GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policySnippets Lists all policy snippets.
GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/regions Lists all azure regions in which the service exists.

Sample Request

curl -X GET 'https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official ApiManagementClient documentation.