{ "info": { "_postman_id": "adaee404-936f-4394-b329-7f1b980e72b1", "name": "Azure API Management REST API", "description": "REST APIs for managing Azure API Management service instances and their entities including APIs, products, subscriptions, users, groups, policies, gateways, backends, certificates, and workspaces. Uses Azure Resource Manager conventions.\n\nContact Support:\n Name: Microsoft Azure", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "lastUpdatedBy": "35240", "uid": "35240-adaee404-936f-4394-b329-7f1b980e72b1" }, "item": [ { "name": "providers", "item": [ { "name": "Microsoft.ApiManagement", "item": [ { "name": "operations", "item": [ { "name": "Microsoft Azure API Management ApiManagementOperations_List", "id": "c8dd5e58-8129-44a9-adc1-adfad908a490", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/providers/Microsoft.ApiManagement/operations", "host": [ "{{baseUrl}}" ], "path": [ "providers", "Microsoft.ApiManagement", "operations" ] }, "description": "Lists all of the available REST API operations of the Microsoft.ApiManagement provider." }, "response": [ { "id": "232ed323-2937-4a19-878a-44c7cec21666", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/providers/Microsoft.ApiManagement/operations", "host": [ "{{baseUrl}}" ], "path": [ "providers", "Microsoft.ApiManagement", "operations" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"name\": \"\",\n \"display\": {\n \"provider\": \"\",\n \"resource\": \"\",\n \"operation\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"display\": {\n \"provider\": \"\",\n \"resource\": \"\",\n \"operation\": \"\"\n }\n }\n ],\n \"nextLink\": \"\"\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-232ed323-2937-4a19-878a-44c7cec21666" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c8dd5e58-8129-44a9-adc1-adfad908a490" } ], "id": "6465e40c-fa01-48bb-b7cc-ab5726d8d04f", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-6465e40c-fa01-48bb-b7cc-ab5726d8d04f" } ], "id": "f4a09bfa-1407-4013-b49c-defd0bb2f90d", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f4a09bfa-1407-4013-b49c-defd0bb2f90d" } ], "id": "1591e37b-e960-49f6-a7ba-97a559000662", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-1591e37b-e960-49f6-a7ba-97a559000662" }, { "name": "subscriptions", "item": [ { "name": "{subscriptionId}", "item": [ { "name": "providers", "item": [ { "name": "Microsoft.ApiManagement", "item": [ { "name": "checkNameAvailability", "item": [ { "name": "Microsoft Azure API Management ApiManagementService_CheckNameAvailability", "id": "8ffbc123-686a-4d0f-b1a6-455879276dfa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ApiManagement/checkNameAvailability", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "providers", "Microsoft.ApiManagement", "checkNameAvailability" ], "variable": [ { "id": "0855a9e8-ffdd-415b-87d7-0b9ee1445bf9", "key": "subscriptionId" } ] }, "description": "Checks availability and correctness of a name for an API Management service." }, "response": [ { "id": "d3326cce-012c-424f-ad5b-5383b300482a", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ApiManagement/checkNameAvailability", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "providers", "Microsoft.ApiManagement", "checkNameAvailability" ], "variable": [ { "key": "subscriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"nameAvailable\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d3326cce-012c-424f-ad5b-5383b300482a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8ffbc123-686a-4d0f-b1a6-455879276dfa" } ], "id": "ea226b20-b493-457d-b1b1-20f27287643b", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-ea226b20-b493-457d-b1b1-20f27287643b" }, { "name": "getDomainOwnershipIdentifier", "item": [ { "name": "Microsoft Azure API Management ApiManagementService_GetDomainOwnershipIdentifier", "id": "3423495a-a295-4343-adf4-2473b946dcc7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "providers", "Microsoft.ApiManagement", "getDomainOwnershipIdentifier" ], "variable": [ { "id": "ac94399b-df64-49b6-aa67-735f75e9f26a", "key": "subscriptionId" } ] }, "description": "Get the custom domain ownership identifier for an API Management service." }, "response": [ { "id": "f4df805e-3c31-4b03-8c5b-c4db874dc416", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "providers", "Microsoft.ApiManagement", "getDomainOwnershipIdentifier" ], "variable": [ { "key": "subscriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"domainOwnershipIdentifier\": \"\"\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f4df805e-3c31-4b03-8c5b-c4db874dc416" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3423495a-a295-4343-adf4-2473b946dcc7" } ], "id": "2092ef90-7b92-445a-9d99-a75f3f0e5393", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-2092ef90-7b92-445a-9d99-a75f3f0e5393" }, { "name": "service", "item": [ { "name": "Microsoft Azure API Management ApiManagementService_List", "id": "988bca89-08ac-4da2-b030-d9b50399468e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ApiManagement/service", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "providers", "Microsoft.ApiManagement", "service" ], "variable": [ { "id": "97268327-7954-4917-98d3-97462a254bd2", "key": "subscriptionId" } ] }, "description": "Lists all API Management services within an Azure subscription." }, "response": [ { "id": "1f9bea1c-1a5b-4ed1-97a4-aa5fb820de8b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.ApiManagement/service", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "providers", "Microsoft.ApiManagement", "service" ], "variable": [ { "key": "subscriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n }\n ],\n \"count\": \"\",\n \"nextLink\": \"\"\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1f9bea1c-1a5b-4ed1-97a4-aa5fb820de8b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-988bca89-08ac-4da2-b030-d9b50399468e" } ], "id": "d7e4a53f-3a6d-4d43-a2f6-27881656362a", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-d7e4a53f-3a6d-4d43-a2f6-27881656362a" } ], "id": "888ea7df-59fa-4ec4-8af9-c336df2f415c", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-888ea7df-59fa-4ec4-8af9-c336df2f415c" } ], "id": "18be21d5-c08e-4128-a9fa-0145d87a91da", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-18be21d5-c08e-4128-a9fa-0145d87a91da" }, { "name": "resourceGroups", "item": [ { "name": "{resourceGroupName}", "item": [ { "name": "providers", "item": [ { "name": "Microsoft.ApiManagement", "item": [ { "name": "service", "item": [ { "name": "{serviceName}", "item": [ { "name": "apis", "item": [ { "name": "{apiId}", "item": [ { "name": "diagnostics", "item": [ { "name": "{diagnosticId}", "item": [ { "name": "Microsoft Azure API Management ApiDiagnostic_GetEntityTag", "id": "ca0c824a-9329-4f30-b2ec-5a1d9c41c58c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "30a9eec3-a889-4c38-96f8-587b760ca653", "key": "subscriptionId" }, { "id": "b3457164-4ba9-4421-8c94-de2c5dfc42f6", "key": "resourceGroupName" }, { "id": "fc05f99f-91fa-44e9-911b-d60c549d4634", "key": "serviceName" }, { "id": "9b891dec-b1c1-4e13-9562-adfad1ef276b", "key": "apiId" }, { "id": "976be081-9986-479f-ba0a-060e39f248b9", "key": "diagnosticId" } ] }, "description": "Gets the entity state (Etag) version of the Diagnostic for an API specified by its identifier." }, "response": [ { "id": "2033af57-0703-461d-b86a-c1ec4a30af66", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2033af57-0703-461d-b86a-c1ec4a30af66" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ca0c824a-9329-4f30-b2ec-5a1d9c41c58c" }, { "name": "Microsoft Azure API Management ApiDiagnostic_Get", "id": "cfaeb40d-e8b6-497b-aa88-8ba8340d3e36", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "d80e87f8-dea6-4bb7-b7bd-33141688807f", "key": "subscriptionId" }, { "id": "8b181f0a-0497-46e9-aff2-9401cbd2b3cd", "key": "resourceGroupName" }, { "id": "74817935-ae82-42e9-8cee-3152741fc643", "key": "serviceName" }, { "id": "8364d8b8-ee4a-49d4-8283-9b69b91a65e8", "key": "apiId" }, { "id": "2aa54a16-fa80-4c5a-87da-e5c6fc136fb9", "key": "diagnosticId" } ] }, "description": "Gets the details of the Diagnostic for an API specified by its identifier." }, "response": [ { "id": "1d3bce7d-9caa-452a-992a-71838e2818b6", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"loggerId\": \"\",\n \"alwaysLog\": \"\",\n \"sampling\": {\n \"samplingType\": \"\",\n \"percentage\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1d3bce7d-9caa-452a-992a-71838e2818b6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-cfaeb40d-e8b6-497b-aa88-8ba8340d3e36" }, { "name": "Microsoft Azure API Management ApiDiagnostic_CreateOrUpdate", "id": "510f4943-6a1b-4020-be9d-0079c62754f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"loggerId\": \"\",\n \"alwaysLog\": \"\",\n \"sampling\": {\n \"samplingType\": \"\",\n \"percentage\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "48fc34ac-bb78-489b-9ae1-09b10b273d40", "key": "subscriptionId" }, { "id": "2c334412-1c49-4efd-b1f7-7fd914ffc3bf", "key": "resourceGroupName" }, { "id": "4234ed67-1dca-4e5f-b833-9babb3268273", "key": "serviceName" }, { "id": "0eef7cf8-3a7d-4b1e-9b4b-6cb96fcc8a5c", "key": "apiId" }, { "id": "441c2557-6470-43fb-9f2d-d788d3234f97", "key": "diagnosticId" } ] }, "description": "Creates a new Diagnostic for an API or updates an existing one." }, "response": [ { "id": "60e50cf7-0808-4fd6-bf15-391c4f82ebeb", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"loggerId\": \"\",\n \"alwaysLog\": \"\",\n \"sampling\": {\n \"samplingType\": \"\",\n \"percentage\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"loggerId\": \"\",\n \"alwaysLog\": \"\",\n \"sampling\": {\n \"samplingType\": \"\",\n \"percentage\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-60e50cf7-0808-4fd6-bf15-391c4f82ebeb" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-510f4943-6a1b-4020-be9d-0079c62754f3" }, { "name": "Microsoft Azure API Management ApiDiagnostic_Update", "id": "83ccfd67-01fa-4c91-b941-40b32d312ad8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "33968683-de49-443a-9f23-425a3dbc5ea0", "key": "subscriptionId" }, { "id": "4edb7cf8-cc07-4923-aec5-a9e95a1b12eb", "key": "resourceGroupName" }, { "id": "c1aceb6f-11ac-441a-8e9b-fd715df4897b", "key": "serviceName" }, { "id": "4232d1de-844a-4ca8-9bf2-40205329e22d", "key": "apiId" }, { "id": "481b01f2-17ea-43ee-b766-fece58d72186", "key": "diagnosticId" } ] }, "description": "Updates the details of the Diagnostic for an API specified by its identifier." }, "response": [ { "id": "1dd5178a-e57f-4eca-a588-7d04dc715e0c", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1dd5178a-e57f-4eca-a588-7d04dc715e0c" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-83ccfd67-01fa-4c91-b941-40b32d312ad8" }, { "name": "Microsoft Azure API Management ApiDiagnostic_Delete", "id": "a7c8140a-808c-4dcb-92a6-16c6614ee402", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "f461f753-db3f-4de8-b38c-89fc0509020b", "key": "subscriptionId" }, { "id": "d6c50a3d-c695-481d-9fb8-c1dce1557854", "key": "resourceGroupName" }, { "id": "3cfc4cbb-ee69-4329-acb2-0d015283d25c", "key": "serviceName" }, { "id": "1875c7ce-d3f0-4319-abe6-eb6a8085b14f", "key": "apiId" }, { "id": "0734c048-7445-4780-a2b3-ea98c879f251", "key": "diagnosticId" } ] }, "description": "Deletes the specified Diagnostic from an API." }, "response": [ { "id": "a4ca8c03-97ca-42a4-91de-2491d73f4d4d", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a4ca8c03-97ca-42a4-91de-2491d73f4d4d" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a7c8140a-808c-4dcb-92a6-16c6614ee402" } ], "id": "100fc37b-43a8-4432-8bfb-9e68caa001a2", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-100fc37b-43a8-4432-8bfb-9e68caa001a2" }, { "name": "Microsoft Azure API Management ApiDiagnostic_ListByService", "id": "4bbecb02-e091-4eea-babe-b102c6fed5eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics" ], "variable": [ { "id": "33e5cd64-6cde-40c0-b9ba-c57a181db495", "key": "subscriptionId" }, { "id": "6305dbaf-65af-4a9a-bdfb-09170eac5366", "key": "resourceGroupName" }, { "id": "e207556f-6631-43e6-bf8c-bb750cc8408c", "key": "serviceName" }, { "id": "d2d57027-5c90-44d7-831f-acbe1feb5a78", "key": "apiId" } ] }, "description": "Lists all diagnostics of an API." }, "response": [ { "id": "c739fad5-aa7f-4b73-be3b-47cb76b10420", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/diagnostics", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "diagnostics" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"loggerId\": \"\",\n \"alwaysLog\": \"\",\n \"sampling\": {\n \"samplingType\": \"\",\n \"percentage\": \"\"\n }\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"loggerId\": \"\",\n \"alwaysLog\": \"\",\n \"sampling\": {\n \"samplingType\": \"\",\n \"percentage\": \"\"\n }\n }\n }\n ],\n \"count\": \"\",\n \"nextLink\": \"\"\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c739fad5-aa7f-4b73-be3b-47cb76b10420" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4bbecb02-e091-4eea-babe-b102c6fed5eb" } ], "id": "17c7cde1-4431-4a2e-ad47-9d9fd7e915b8", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-17c7cde1-4431-4a2e-ad47-9d9fd7e915b8" }, { "name": "issues", "item": [ { "name": "{issueId}", "item": [ { "name": "Microsoft Azure API Management ApiIssue_GetEntityTag", "id": "2cc60a9c-55fb-43bb-b261-4cc73491b5a0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "id": "3480713e-7b7f-4a98-ac1f-92f2db6ecdf3", "key": "subscriptionId" }, { "id": "755844b2-38b8-4ad7-a5d5-5cf8d3625f07", "key": "resourceGroupName" }, { "id": "87ce1623-6c18-462d-abd6-cea074729f0d", "key": "serviceName" }, { "id": "ca399d08-0538-41c4-a1b9-119041ed4006", "key": "apiId" }, { "id": "0c9fcf28-5447-443c-b2fd-70ca054c8e38", "key": "issueId" } ] }, "description": "Gets the entity state (Etag) version of the Issue for an API specified by its identifier." }, "response": [ { "id": "a561ffb5-4bf8-45ef-bea1-6d2c59d51aa4", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "issueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a561ffb5-4bf8-45ef-bea1-6d2c59d51aa4" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2cc60a9c-55fb-43bb-b261-4cc73491b5a0" }, { "name": "Microsoft Azure API Management ApiIssue_Get", "id": "be21ce0f-4dc4-4812-a7f6-d0950cb5d7b5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "id": "d83f50a6-9ba5-4347-bd02-1a98931c8de2", "key": "subscriptionId" }, { "id": "77647bb6-ffe7-4533-9682-022d2e2257af", "key": "resourceGroupName" }, { "id": "15c969f8-6c13-4553-ad64-fb9414b05aae", "key": "serviceName" }, { "id": "aad35bcc-1556-44c5-b58f-022aaca757e0", "key": "apiId" }, { "id": "44981265-416e-4835-b00e-d83e7c0d3a73", "key": "issueId" } ] }, "description": "Gets the details of the Issue for an API specified by its identifier." }, "response": [ { "id": "35c602c7-3d24-41aa-8161-df251612cc48", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "issueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-35c602c7-3d24-41aa-8161-df251612cc48" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-be21ce0f-4dc4-4812-a7f6-d0950cb5d7b5" }, { "name": "Microsoft Azure API Management ApiIssue_CreateOrUpdate", "id": "c12d5248-32ea-4528-b851-9b17956c40a9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "id": "cbb5c83e-4cc5-4660-833b-47ac21b15377", "key": "subscriptionId" }, { "id": "22642765-17fd-4023-97fc-9ce1cbdc7729", "key": "resourceGroupName" }, { "id": "5b516020-7d50-4589-a5a7-0b4744c06fa1", "key": "serviceName" }, { "id": "cf82f1c3-e749-481d-8a19-0220e4828a22", "key": "apiId" }, { "id": "8985e3d3-a763-4ccd-be9e-0a7d86dc1f1e", "key": "issueId" } ] }, "description": "Creates a new Issue for an API or updates an existing one." }, "response": [ { "id": "a7c5afc9-0e06-4e88-800a-938e23b5fb9b", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "issueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a7c5afc9-0e06-4e88-800a-938e23b5fb9b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c12d5248-32ea-4528-b851-9b17956c40a9" }, { "name": "Microsoft Azure API Management ApiIssue_Update", "id": "2fbe8582-54b9-4290-a996-cf0bc1b4964e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "id": "0a4a9042-9074-4349-9ca1-b6e0629ad48c", "key": "subscriptionId" }, { "id": "1d95f8ca-09ee-4131-b970-a6ccc2b84552", "key": "resourceGroupName" }, { "id": "3870cf9c-0831-4b91-ac05-c19d806fbe40", "key": "serviceName" }, { "id": "47665a5a-106b-4914-9f6c-22e06d4e4133", "key": "apiId" }, { "id": "1d67ca8d-da10-4a6c-aabf-b8c027da3b44", "key": "issueId" } ] }, "description": "Updates an existing issue for an API." }, "response": [ { "id": "8f079cf5-5e19-4966-b7e0-03ea1a106269", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "issueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8f079cf5-5e19-4966-b7e0-03ea1a106269" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2fbe8582-54b9-4290-a996-cf0bc1b4964e" }, { "name": "Microsoft Azure API Management ApiIssue_Delete", "id": "89457720-0d8b-4348-8a64-22bc6aa7973f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "id": "51019f17-2688-47e7-8a25-f49d80941afc", "key": "subscriptionId" }, { "id": "03c1fc01-9b36-41a9-b614-3fa7bb21487a", "key": "resourceGroupName" }, { "id": "0650c9aa-b9a4-42b8-8be5-2b1c21a7b377", "key": "serviceName" }, { "id": "32de595d-caf6-4155-a81a-3ae4a6fdd24e", "key": "apiId" }, { "id": "4ee68a1b-c75d-40ab-b516-97e447435007", "key": "issueId" } ] }, "description": "Deletes the specified Issue from an API." }, "response": [ { "id": "03ebbbb5-4aa5-4ac2-bcf5-1adad73ebad4", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues/:issueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues", ":issueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "issueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-03ebbbb5-4aa5-4ac2-bcf5-1adad73ebad4" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-89457720-0d8b-4348-8a64-22bc6aa7973f" } ], "id": "0eff8793-ec3a-44b3-9457-511a87844e9a", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-0eff8793-ec3a-44b3-9457-511a87844e9a" }, { "name": "Microsoft Azure API Management ApiIssue_ListByService", "id": "866d0a14-4054-437c-b7aa-7089a43299a8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues" ], "variable": [ { "id": "0529d9b3-9337-458e-b715-a10bd3907f94", "key": "subscriptionId" }, { "id": "b8a52b04-58cb-41e6-abee-b9b15d2d6f03", "key": "resourceGroupName" }, { "id": "5782230c-69fb-449a-8d29-7e699a141931", "key": "serviceName" }, { "id": "22a042bb-314a-4ef8-93f7-bddc24240286", "key": "apiId" } ] }, "description": "Lists all issues associated with the specified API." }, "response": [ { "id": "51b47a89-8363-45fc-83cf-6b808e4cd454", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/issues", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "issues" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-51b47a89-8363-45fc-83cf-6b808e4cd454" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-866d0a14-4054-437c-b7aa-7089a43299a8" } ], "id": "1eded1fc-a7dc-46e8-8bbc-0f94539d505e", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-1eded1fc-a7dc-46e8-8bbc-0f94539d505e" }, { "name": "operations", "item": [ { "name": "{operationId}", "item": [ { "name": "Microsoft Azure API Management ApiOperation_GetEntityTag", "id": "b86e6fbe-c725-4294-b28a-a47e71186a97", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "id": "95b10f5b-b501-45ca-9fdf-9ebb6f356a55", "key": "subscriptionId" }, { "id": "739381ee-fd6a-406e-a9ca-b3e8a28fbbd7", "key": "resourceGroupName" }, { "id": "34507179-91a7-45ee-a407-2a55bb6dbf4a", "key": "serviceName" }, { "id": "12ac699c-bef5-4d7c-bd85-ebf1ceb150cd", "key": "apiId" }, { "id": "2d65ff41-5afa-4781-8cc0-d522b5954eba", "key": "operationId" } ] }, "description": "Gets the entity state (Etag) version of the API operation specified by its identifier." }, "response": [ { "id": "dbc55f06-73da-4eed-b9b2-b49deb5878d5", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "operationId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-dbc55f06-73da-4eed-b9b2-b49deb5878d5" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b86e6fbe-c725-4294-b28a-a47e71186a97" }, { "name": "Microsoft Azure API Management ApiOperation_Get", "id": "d39b76a9-9d2a-4c7c-ad15-f8c4d9c93a59", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "id": "71c800ef-e5c2-4c77-8453-300a719dac6f", "key": "subscriptionId" }, { "id": "91c8e41b-8efe-4dc3-958a-55a4232a9ab4", "key": "resourceGroupName" }, { "id": "27e150ca-1252-428c-96aa-9c94e5b5c377", "key": "serviceName" }, { "id": "ec57eee5-3fd0-41fa-a333-5b69a60b0923", "key": "apiId" }, { "id": "a8518d7e-6340-40b5-93ce-8b243c573ad9", "key": "operationId" } ] }, "description": "Gets the details of the API Operation specified by its identifier." }, "response": [ { "id": "696439c6-0bcf-40a7-a49b-5a5c17196f8e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "operationId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-696439c6-0bcf-40a7-a49b-5a5c17196f8e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d39b76a9-9d2a-4c7c-ad15-f8c4d9c93a59" }, { "name": "Microsoft Azure API Management ApiOperation_CreateOrUpdate", "id": "929072e4-a2a0-4c0b-b79a-da05a2873585", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "id": "307a9a4d-c542-4666-90d7-e0dec79fb317", "key": "subscriptionId" }, { "id": "e422a5cc-58e1-4ffb-9884-bcddfd528c6d", "key": "resourceGroupName" }, { "id": "410e9ed2-9526-44c6-a0f5-cd8eae1f3c4c", "key": "serviceName" }, { "id": "5b80c6b6-dd45-4812-ac72-363265996fc4", "key": "apiId" }, { "id": "e3ce0a5c-78d7-4475-9ae6-24d330bb1447", "key": "operationId" } ] }, "description": "Creates a new operation in the API or updates an existing one." }, "response": [ { "id": "dc338be2-e4a8-456e-87a4-650389dce32f", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "operationId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-dc338be2-e4a8-456e-87a4-650389dce32f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-929072e4-a2a0-4c0b-b79a-da05a2873585" }, { "name": "Microsoft Azure API Management ApiOperation_Update", "id": "af0cba68-9d51-4792-878b-8e9cfb9d148d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "id": "9f35463f-de4c-447e-85ab-e119cee8876a", "key": "subscriptionId" }, { "id": "1b8ea658-05f4-4bc1-9116-0bd9b914859a", "key": "resourceGroupName" }, { "id": "61740710-6b5a-464d-a68b-4066cde433b1", "key": "serviceName" }, { "id": "633b7822-4560-4fcb-9cf4-9ee4ad98a768", "key": "apiId" }, { "id": "89400dda-6240-4493-8737-9061ac55089f", "key": "operationId" } ] }, "description": "Updates the details of the operation in the API specified by its identifier." }, "response": [ { "id": "b2e56741-2a0a-4824-bcf2-af02b8b44455", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "operationId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b2e56741-2a0a-4824-bcf2-af02b8b44455" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-af0cba68-9d51-4792-878b-8e9cfb9d148d" }, { "name": "Microsoft Azure API Management ApiOperation_Delete", "id": "d38b2bff-63f9-4bd1-848f-da63f6bca8a6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "id": "540e2de3-f9a7-4e3c-a767-ceb4a23cbd06", "key": "subscriptionId" }, { "id": "d68bf42d-8df8-41df-b8fb-fdd1906e91a3", "key": "resourceGroupName" }, { "id": "12758b1f-69bd-420e-a525-52b91e8ffa61", "key": "serviceName" }, { "id": "62952c02-f4e8-471f-9208-f3df280de9b5", "key": "apiId" }, { "id": "c28b70db-5e5a-4091-a950-87cbef2b2c44", "key": "operationId" } ] }, "description": "Deletes the specified operation in the API." }, "response": [ { "id": "3c6de13f-3ae1-4ea6-8155-19872dc4f842", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations", ":operationId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "operationId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3c6de13f-3ae1-4ea6-8155-19872dc4f842" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d38b2bff-63f9-4bd1-848f-da63f6bca8a6" } ], "id": "87f2032b-82c4-4578-b8cb-c8af1cea49db", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-87f2032b-82c4-4578-b8cb-c8af1cea49db" }, { "name": "Microsoft Azure API Management ApiOperation_ListByApi", "id": "f589439a-1862-4bc7-825c-73e21c6984e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations" ], "variable": [ { "id": "4acd1984-e53e-4c1b-92c1-dcfd105d246f", "key": "subscriptionId" }, { "id": "cdc79ef5-5d6c-42fa-9abd-2cebb2a21e60", "key": "resourceGroupName" }, { "id": "b776f6c9-384a-40a4-ba32-2d39f7182129", "key": "serviceName" }, { "id": "6730569a-9643-45fa-b47c-172bea77ea90", "key": "apiId" } ] }, "description": "Lists a collection of the operations for the specified API." }, "response": [ { "id": "2e80081d-4e1a-4e2d-ae28-980c69f07b57", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operations" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2e80081d-4e1a-4e2d-ae28-980c69f07b57" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f589439a-1862-4bc7-825c-73e21c6984e0" } ], "id": "07d08710-a392-472c-bc0e-8fc6d670da3a", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-07d08710-a392-472c-bc0e-8fc6d670da3a" }, { "name": "operationsByTags", "item": [ { "name": "Microsoft Azure API Management Operation_ListByTags", "id": "a726e809-b7b9-49a3-b6f4-cc814b3c367c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operationsByTags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operationsByTags" ], "variable": [ { "id": "8b9324b8-81b5-42ae-80ee-dca3cbd9427f", "key": "subscriptionId" }, { "id": "1016c262-5ef1-422c-b2b8-e1e4b3d08ce6", "key": "resourceGroupName" }, { "id": "3eb9cc7a-b471-4532-bb71-0627dfea95a1", "key": "serviceName" }, { "id": "cfb93cb0-5ca6-4fc5-98f6-89bc153d134f", "key": "apiId" } ] }, "description": "Lists a collection of operations associated with tags." }, "response": [ { "id": "1e1026e1-c177-42cc-a4bf-e522b777ab4d", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operationsByTags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "operationsByTags" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1e1026e1-c177-42cc-a4bf-e522b777ab4d" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a726e809-b7b9-49a3-b6f4-cc814b3c367c" } ], "id": "980e1fbf-02e5-4124-96bb-95fa5f689487", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-980e1fbf-02e5-4124-96bb-95fa5f689487" }, { "name": "policies", "item": [ { "name": "{policyId}", "item": [ { "name": "Microsoft Azure API Management ApiPolicy_GetEntityTag", "id": "6e228a3c-ff6b-4357-a495-8a1eafd5911f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies", ":policyId" ], "variable": [ { "id": "13d15445-274f-408e-a22a-b74887f4386e", "key": "subscriptionId" }, { "id": "4c5eda75-97cc-4f90-bc14-821c25ba72d2", "key": "resourceGroupName" }, { "id": "7a7b5263-c923-4738-bc96-91bace40e70f", "key": "serviceName" }, { "id": "ea71bb8b-be39-4c7a-accd-eb95feeda558", "key": "apiId" }, { "id": "37403f39-e822-4358-864e-20e8a04510c4", "key": "policyId" } ] }, "description": "Gets the entity state (Etag) version of the API policy specified by its identifier." }, "response": [ { "id": "3cfe3005-79ef-447c-be25-04252c5920db", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3cfe3005-79ef-447c-be25-04252c5920db" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6e228a3c-ff6b-4357-a495-8a1eafd5911f" }, { "name": "Microsoft Azure API Management ApiPolicy_Get", "id": "b02fb77f-0b69-4ea3-b136-8d91acde9815", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies", ":policyId" ], "variable": [ { "id": "b9de00f1-9a4c-4e58-a774-464d1f47da52", "key": "subscriptionId" }, { "id": "00082ba1-eddf-4505-ba74-afd562e9bbfc", "key": "resourceGroupName" }, { "id": "5f574950-d88a-40ed-aa10-35a516999ff3", "key": "serviceName" }, { "id": "4f4991a4-6db2-4bc4-a9e5-39ef370aa8de", "key": "apiId" }, { "id": "4396c295-7bfb-4863-a26b-730b93b8b32f", "key": "policyId" } ] }, "description": "Get the policy configuration at the API level." }, "response": [ { "id": "b5efe9ab-02c9-42a0-976e-f32a8adfc06f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b5efe9ab-02c9-42a0-976e-f32a8adfc06f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b02fb77f-0b69-4ea3-b136-8d91acde9815" }, { "name": "Microsoft Azure API Management ApiPolicy_CreateOrUpdate", "id": "8516a7c9-4411-43a2-83cc-051531822343", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies", ":policyId" ], "variable": [ { "id": "72a84bdb-b340-4ea8-9a32-91e701757157", "key": "subscriptionId" }, { "id": "79c15e81-eb03-492c-acee-82b8c4194263", "key": "resourceGroupName" }, { "id": "9bedf580-6f54-467b-9763-80618deffa8f", "key": "serviceName" }, { "id": "98bd2628-c888-4f36-8376-54cf9b70e0f8", "key": "apiId" }, { "id": "11482bd1-dec2-4ef7-80ab-f7a213767d2f", "key": "policyId" } ] }, "description": "Creates or updates policy configuration for the API." }, "response": [ { "id": "4c453176-48ba-462e-9eb6-115a30c01cb3", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4c453176-48ba-462e-9eb6-115a30c01cb3" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8516a7c9-4411-43a2-83cc-051531822343" }, { "name": "Microsoft Azure API Management ApiPolicy_Delete", "id": "cbc0a175-635a-4ee5-ad2d-2c0940750572", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies", ":policyId" ], "variable": [ { "id": "b1e1a4dc-48c6-4d34-b1d0-bf438e71d45e", "key": "subscriptionId" }, { "id": "a006503b-b773-4663-b7c7-34424a193bab", "key": "resourceGroupName" }, { "id": "5c7d869c-48a9-4e81-a3d5-0fdb0690024c", "key": "serviceName" }, { "id": "d15397bb-e055-4b5c-8f03-9fb63ccb9d8c", "key": "apiId" }, { "id": "0c575371-47c2-41c8-9dfc-b5522c6cc99f", "key": "policyId" } ] }, "description": "Deletes the policy configuration at the Api." }, "response": [ { "id": "132aa833-4b76-41c5-bf56-1bc6074ee0db", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-132aa833-4b76-41c5-bf56-1bc6074ee0db" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-cbc0a175-635a-4ee5-ad2d-2c0940750572" } ], "id": "ce8940fc-75b0-435e-b150-2aeabbf3a99f", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-ce8940fc-75b0-435e-b150-2aeabbf3a99f" }, { "name": "Microsoft Azure API Management ApiPolicy_ListByApi", "id": "6a7e89b1-90f4-4a12-8cd6-c441afe22db9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies" ], "variable": [ { "id": "9e91d34f-17d1-4ab2-9053-691e563c4433", "key": "subscriptionId" }, { "id": "d7510b01-f36b-4f3e-bd65-c5687d459d63", "key": "resourceGroupName" }, { "id": "31cbe0c1-9819-4a05-9cde-e738adb19276", "key": "serviceName" }, { "id": "e4851471-22c5-4d95-9710-e29bc13c7a1c", "key": "apiId" } ] }, "description": "Get the policy configuration at the API level." }, "response": [ { "id": "3842e650-85c4-4787-bb19-7d622ffc0bdb", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/policies", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "policies" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3842e650-85c4-4787-bb19-7d622ffc0bdb" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6a7e89b1-90f4-4a12-8cd6-c441afe22db9" } ], "id": "3389e765-d1d6-4751-b15a-1cb8d35f9192", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-3389e765-d1d6-4751-b15a-1cb8d35f9192" }, { "name": "products", "item": [ { "name": "Microsoft Azure API Management ApiProduct_ListByApis", "id": "1af676d3-728a-4ff4-8a04-f5d2d75dfd86", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/products", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "products" ], "variable": [ { "id": "396638d5-41ec-4bcf-9a52-d2f15b6557f8", "key": "subscriptionId" }, { "id": "a4955e49-c77c-47ca-94db-3952b45a6e99", "key": "resourceGroupName" }, { "id": "ddf90b89-09c0-4711-a502-e6aca344c9c2", "key": "serviceName" }, { "id": "7554ecf5-a860-44ea-bb3e-b79888d54146", "key": "apiId" } ] }, "description": "Lists all Products, which the API is part of." }, "response": [ { "id": "c6818f53-ba99-43ea-a3f6-0a9a5e64abbd", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/products", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "products" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c6818f53-ba99-43ea-a3f6-0a9a5e64abbd" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1af676d3-728a-4ff4-8a04-f5d2d75dfd86" } ], "id": "f08ac528-2cb9-44ee-9393-f4f17add7f3c", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f08ac528-2cb9-44ee-9393-f4f17add7f3c" }, { "name": "releases", "item": [ { "name": "{releaseId}", "item": [ { "name": "Microsoft Azure API Management ApiRelease_GetEntityTag", "id": "c3d78c3e-f24d-4ba6-9f70-9bb4f5bb27a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "id": "849b0d15-3eaa-40b6-a7ed-b8c3d03dac88", "key": "subscriptionId" }, { "id": "72ab3f30-d574-458c-adf2-dc3192d3b3b1", "key": "resourceGroupName" }, { "id": "02dba1a2-0927-490b-b076-6deeccd4ea1a", "key": "serviceName" }, { "id": "27d7d9ca-a6b3-4d66-b1bf-de9a837ce48e", "key": "apiId" }, { "id": "9efce65a-a018-41d2-8b94-3c5a48ce14c0", "key": "releaseId" } ] }, "description": "Returns the etag of an API release." }, "response": [ { "id": "9a22c640-3368-4c29-8d5e-35e3117e252a", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "releaseId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9a22c640-3368-4c29-8d5e-35e3117e252a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c3d78c3e-f24d-4ba6-9f70-9bb4f5bb27a5" }, { "name": "Microsoft Azure API Management ApiRelease_Get", "id": "d00544e6-0ab5-40fd-9085-4c01422a136a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "id": "f6a24605-5ef9-4bb6-85c3-7eafbfb3d959", "key": "subscriptionId" }, { "id": "41701f0d-f790-49e1-8bed-b9f990a55316", "key": "resourceGroupName" }, { "id": "36105b61-0353-4b28-8573-f6a5c45f6576", "key": "serviceName" }, { "id": "3d0907e8-ee7a-4a76-a5bc-775dd655fb7a", "key": "apiId" }, { "id": "bc1f6214-b344-42a4-98a2-3b300776376c", "key": "releaseId" } ] }, "description": "Returns the details of an API release." }, "response": [ { "id": "058e2c3b-4407-4cba-a9cf-74ba4810a90a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "releaseId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-058e2c3b-4407-4cba-a9cf-74ba4810a90a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d00544e6-0ab5-40fd-9085-4c01422a136a" }, { "name": "Microsoft Azure API Management ApiRelease_CreateOrUpdate", "id": "8b036073-0a5c-4687-954a-b446094ffff3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "id": "aa12a0c8-ee63-4d51-82eb-04a4fa7e16a3", "key": "subscriptionId" }, { "id": "34af9b6e-7c86-404e-94aa-7b358eaddfc8", "key": "resourceGroupName" }, { "id": "403b7cdb-2bfc-4fbd-b89b-7d67a88d4a51", "key": "serviceName" }, { "id": "81e851d0-1f38-462f-b3ea-c6a4d7eee8db", "key": "apiId" }, { "id": "f5532574-5e6e-42db-93a9-44d9447fe2ee", "key": "releaseId" } ] }, "description": "Creates a new Release for the API." }, "response": [ { "id": "4738fca8-4540-4097-a237-731565359f7f", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "releaseId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4738fca8-4540-4097-a237-731565359f7f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8b036073-0a5c-4687-954a-b446094ffff3" }, { "name": "Microsoft Azure API Management ApiRelease_Update", "id": "4f7da029-6517-4a6b-9be2-7b64ab34c401", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "id": "abceecda-0594-42f0-864c-d3856c3b5b13", "key": "subscriptionId" }, { "id": "47b04c92-dca5-4cb0-9e3e-af55f9b9e868", "key": "resourceGroupName" }, { "id": "e772d947-f159-4873-a50a-542e5eb4d622", "key": "serviceName" }, { "id": "60e6bd3d-c60e-4ad9-9d2b-9a19985a5116", "key": "apiId" }, { "id": "1f2d02a7-5ee2-4d18-8539-0491f0e6fee0", "key": "releaseId" } ] }, "description": "Updates the details of the release of the API specified by its identifier." }, "response": [ { "id": "e90353be-3810-4500-b646-e23547e3cfa0", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "releaseId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e90353be-3810-4500-b646-e23547e3cfa0" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4f7da029-6517-4a6b-9be2-7b64ab34c401" }, { "name": "Microsoft Azure API Management ApiRelease_Delete", "id": "80e9e4f2-4db5-4deb-8da3-671683bc2712", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "id": "c8873a31-5502-48b5-bc54-04d63511ae22", "key": "subscriptionId" }, { "id": "7c4ee9a8-e74a-4871-b732-f9bb33d6c33c", "key": "resourceGroupName" }, { "id": "f6ad3920-d5e6-4207-9ed7-fab3a2103d69", "key": "serviceName" }, { "id": "22caf333-fa7b-428f-a0dd-34e64e0c9286", "key": "apiId" }, { "id": "4b76cd47-4f2c-4f18-9080-4224ae3b0596", "key": "releaseId" } ] }, "description": "Deletes the specified release in the API." }, "response": [ { "id": "95b594b2-bdf0-41ec-8825-e78f29192d47", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases", ":releaseId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "releaseId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-95b594b2-bdf0-41ec-8825-e78f29192d47" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-80e9e4f2-4db5-4deb-8da3-671683bc2712" } ], "id": "8ed705b2-d9d1-4219-acc0-5eda1747812e", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-8ed705b2-d9d1-4219-acc0-5eda1747812e" }, { "name": "Microsoft Azure API Management ApiRelease_ListByService", "id": "91db25e9-9a9f-4422-827c-6ae12d03ff3a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases" ], "variable": [ { "id": "a0af7883-6292-4815-800a-dc11dc97dece", "key": "subscriptionId" }, { "id": "99373218-ffa4-4a4d-b0df-e2dc92c87592", "key": "resourceGroupName" }, { "id": "0cef840c-93b2-433c-b4cc-9cf334c4f769", "key": "serviceName" }, { "id": "0a95284f-c7e2-44fe-a228-987b6562fbcb", "key": "apiId" } ] }, "description": "Lists all releases of an API. An API release is created when making an API Revision current. Releases are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip parameters." }, "response": [ { "id": "434c5cff-56d2-4655-bce3-a276527efb33", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "releases" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-434c5cff-56d2-4655-bce3-a276527efb33" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-91db25e9-9a9f-4422-827c-6ae12d03ff3a" } ], "id": "d82372ca-222e-4120-ab78-b01babf73cf9", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-d82372ca-222e-4120-ab78-b01babf73cf9" }, { "name": "resolvers", "item": [ { "name": "{resolverId}", "item": [ { "name": "Microsoft Azure API Management GraphQLApiResolver_GetEntityTag", "id": "4538e40a-d92c-41cb-a8c8-aefc7845b2fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "id": "861c3045-5529-40f3-82f1-b8c260a72f99", "key": "subscriptionId" }, { "id": "2e7f010e-415e-4347-8ee1-30d971c5e91e", "key": "resourceGroupName" }, { "id": "8a6ce5c8-4a40-446f-9ef2-0cb66a68dacd", "key": "serviceName" }, { "id": "7751e932-cf46-4c75-8614-24a836f7c7c2", "key": "apiId" }, { "id": "5c820460-3b69-4731-963a-81b1ef423123", "key": "resolverId" } ] }, "description": "Gets the entity state (Etag) version of the GraphQL API resolver specified by its identifier." }, "response": [ { "id": "4fa1815e-7625-4c61-acdc-b91603b3b8cf", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "resolverId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4fa1815e-7625-4c61-acdc-b91603b3b8cf" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4538e40a-d92c-41cb-a8c8-aefc7845b2fb" }, { "name": "Microsoft Azure API Management GraphQLApiResolver_Get", "id": "32ad09ba-0e69-46e3-9a2b-9be481148901", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "id": "4c2ced8d-6d2a-4345-a884-f15ce7edf6a2", "key": "subscriptionId" }, { "id": "b616d361-5513-4b9d-819a-fbb6593d6719", "key": "resourceGroupName" }, { "id": "0654d969-0bf1-428f-9e41-ece7ec64ab5a", "key": "serviceName" }, { "id": "f8a91b90-8896-4469-9e4b-3b426e74d363", "key": "apiId" }, { "id": "5c6af48c-b166-4249-9002-6173662a1a64", "key": "resolverId" } ] }, "description": "Gets the details of the GraphQL API Resolver specified by its identifier." }, "response": [ { "id": "c446be00-4546-4cc9-b622-c80ad278a5ba", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "resolverId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c446be00-4546-4cc9-b622-c80ad278a5ba" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-32ad09ba-0e69-46e3-9a2b-9be481148901" }, { "name": "Microsoft Azure API Management GraphQLApiResolver_CreateOrUpdate", "id": "954ee83f-c785-4acc-8095-4b290d65ab20", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "id": "3fce6252-8bf7-4f84-8c43-ae46fbbaee3f", "key": "subscriptionId" }, { "id": "9767689d-ecf0-40d7-af4e-6f9779ed448e", "key": "resourceGroupName" }, { "id": "637c2b8b-2e92-4ef7-827b-48b24b77ddb7", "key": "serviceName" }, { "id": "ab75f34a-bb83-431a-83cd-34104408b268", "key": "apiId" }, { "id": "646147da-9ac4-4a4a-854d-705b8be8bd23", "key": "resolverId" } ] }, "description": "Creates a new resolver in the GraphQL API or updates an existing one." }, "response": [ { "id": "49479e07-54f5-4283-ad55-a6fc50f863bc", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "resolverId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-49479e07-54f5-4283-ad55-a6fc50f863bc" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-954ee83f-c785-4acc-8095-4b290d65ab20" }, { "name": "Microsoft Azure API Management GraphQLApiResolver_Update", "id": "275a50da-e95b-42a4-8a6b-e32b97109dda", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "id": "d782e080-f7ef-4651-95ed-de836f9a39d1", "key": "subscriptionId" }, { "id": "a18fbd6a-25e5-410e-a68b-ccbcced455d7", "key": "resourceGroupName" }, { "id": "b5bc9803-0345-4761-b5a5-10919854165d", "key": "serviceName" }, { "id": "bb8b4cdc-3424-47a7-aa16-6df7a4b96054", "key": "apiId" }, { "id": "ca035b36-4ab1-4e31-a474-83ebbb9881a1", "key": "resolverId" } ] }, "description": "Updates the details of the resolver in the GraphQL API specified by its identifier." }, "response": [ { "id": "eeb6672c-9815-4c35-9598-5bc89a34aa4a", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "resolverId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-eeb6672c-9815-4c35-9598-5bc89a34aa4a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-275a50da-e95b-42a4-8a6b-e32b97109dda" }, { "name": "Microsoft Azure API Management GraphQLApiResolver_Delete", "id": "4b2acf98-e097-4cd4-aa32-dcd053887978", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "id": "41e84ca2-093c-4770-94e8-506294f2acbe", "key": "subscriptionId" }, { "id": "879e523d-c633-43db-baa0-8991a1a9930c", "key": "resourceGroupName" }, { "id": "19b2522d-a73d-4d0c-8f3b-42886c3abe23", "key": "serviceName" }, { "id": "46ec45fb-c376-4ce7-b66f-86e38fa45865", "key": "apiId" }, { "id": "3c678b7f-c26b-4a12-b710-4aacf5b2c54a", "key": "resolverId" } ] }, "description": "Deletes the specified resolver in the GraphQL API." }, "response": [ { "id": "1adf8d32-5fac-4afb-b9ef-2cfcfcda1f36", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers/:resolverId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers", ":resolverId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "resolverId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1adf8d32-5fac-4afb-b9ef-2cfcfcda1f36" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4b2acf98-e097-4cd4-aa32-dcd053887978" } ], "id": "b3190c2b-881f-47b8-a680-e2fc077f8b40", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-b3190c2b-881f-47b8-a680-e2fc077f8b40" }, { "name": "Microsoft Azure API Management GraphQLApiResolver_ListByApi", "id": "69deeed8-d92a-4d1c-8a16-7d1143627d48", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers" ], "variable": [ { "id": "66600205-e36d-4e41-a31f-17e164523369", "key": "subscriptionId" }, { "id": "21acc829-cae3-449a-ac9c-258f9967de7d", "key": "resourceGroupName" }, { "id": "1353a728-844f-4a6e-9a56-bc658c7ab25b", "key": "serviceName" }, { "id": "384deae1-26df-47ae-b70b-94d5cbf5b024", "key": "apiId" } ] }, "description": "Lists a collection of the resolvers for the specified GraphQL API." }, "response": [ { "id": "fdcf4840-2abb-4bdc-b8bc-9b38be9eb604", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/resolvers", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "resolvers" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-fdcf4840-2abb-4bdc-b8bc-9b38be9eb604" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-69deeed8-d92a-4d1c-8a16-7d1143627d48" } ], "id": "9f028e3d-7480-4355-a6de-b937d40100cf", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-9f028e3d-7480-4355-a6de-b937d40100cf" }, { "name": "revisions", "item": [ { "name": "Microsoft Azure API Management ApiRevision_ListByService", "id": "bd3225be-d3ee-4ace-b66d-121692cd677a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/revisions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "revisions" ], "variable": [ { "id": "147b2e45-1456-450d-91f9-406bc2343e00", "key": "subscriptionId" }, { "id": "77c5a164-385a-4c35-b8ef-25fe23a6006c", "key": "resourceGroupName" }, { "id": "2f8264c8-ad27-41e4-930c-0671151faa13", "key": "serviceName" }, { "id": "17c56dca-b68e-4de4-a853-8a028e070f7e", "key": "apiId" } ] }, "description": "Lists all revisions of an API." }, "response": [ { "id": "6b3844f7-8590-4b0d-bd22-b49791a37365", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/revisions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "revisions" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6b3844f7-8590-4b0d-bd22-b49791a37365" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bd3225be-d3ee-4ace-b66d-121692cd677a" } ], "id": "e2b9e8a8-965a-49a8-8da4-3aab53b734a9", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-e2b9e8a8-965a-49a8-8da4-3aab53b734a9" }, { "name": "schemas", "item": [ { "name": "{schemaId}", "item": [ { "name": "Microsoft Azure API Management ApiSchema_GetEntityTag", "id": "c894f8cb-dfb2-4cad-912e-bd0170bad863", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas", ":schemaId" ], "variable": [ { "id": "4a7fc886-7d2f-4fd6-af57-f35d5d861c55", "key": "subscriptionId" }, { "id": "356d7207-be6f-4598-8095-7de5b73d6efc", "key": "resourceGroupName" }, { "id": "e1f7ac6c-81f0-41e2-8fab-91b68c36f16e", "key": "serviceName" }, { "id": "c1350a4a-6bdc-4fcb-aebc-6bf949d4e42a", "key": "apiId" }, { "id": "b6ad6ddf-48ea-4064-8bd1-13275c3d584c", "key": "schemaId" } ] }, "description": "Gets the entity state (Etag) version of the schema specified by its identifier." }, "response": [ { "id": "bf94e399-6788-4e0e-8dde-546c36485a0d", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas", ":schemaId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bf94e399-6788-4e0e-8dde-546c36485a0d" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c894f8cb-dfb2-4cad-912e-bd0170bad863" }, { "name": "Microsoft Azure API Management ApiSchema_Get", "id": "3651c8eb-6804-4fba-9f95-fa0b677709f1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas", ":schemaId" ], "variable": [ { "id": "c1387021-6958-4291-911e-4d000eeb5f32", "key": "subscriptionId" }, { "id": "f9b94d1f-0725-4d7a-b049-f48881484f1d", "key": "resourceGroupName" }, { "id": "dd7d6613-705f-4817-a63f-71fe61a111b6", "key": "serviceName" }, { "id": "be44a49d-d6df-4e28-ad98-a3cb2bc43f8d", "key": "apiId" }, { "id": "23f476a4-ddc0-4f2c-9d8a-a27ed52b247b", "key": "schemaId" } ] }, "description": "Get the schema configuration at the API level." }, "response": [ { "id": "71415017-7bf5-4024-b88a-6a028f9d56a5", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas", ":schemaId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-71415017-7bf5-4024-b88a-6a028f9d56a5" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3651c8eb-6804-4fba-9f95-fa0b677709f1" }, { "name": "Microsoft Azure API Management ApiSchema_CreateOrUpdate", "id": "8977cfa4-736b-43f6-a8e8-7da8b28920ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas", ":schemaId" ], "variable": [ { "id": "80cb17e2-2b1a-49e1-af0f-a519e3aff4ca", "key": "subscriptionId" }, { "id": "1409fb91-8431-43d7-80a4-ce814940f03d", "key": "resourceGroupName" }, { "id": "003932a4-e1d9-4b7a-bdd2-30e572268850", "key": "serviceName" }, { "id": "41035fa9-8976-4d72-bd47-9beba3696de9", "key": "apiId" }, { "id": "ec480b78-41fd-4e39-9560-05eaf59db661", "key": "schemaId" } ] }, "description": "Creates or updates schema configuration for the API." }, "response": [ { "id": "549ffbc6-9b6c-430b-adb4-39850b2728a3", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas", ":schemaId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-549ffbc6-9b6c-430b-adb4-39850b2728a3" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8977cfa4-736b-43f6-a8e8-7da8b28920ad" }, { "name": "Microsoft Azure API Management ApiSchema_Delete", "id": "657dd0cb-18b0-4653-9056-1b0c650fb57e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas", ":schemaId" ], "variable": [ { "id": "305564fb-5735-4899-9ea9-fd9eef41db66", "key": "subscriptionId" }, { "id": "df0545ce-a238-44b1-8583-b1e5a3be4712", "key": "resourceGroupName" }, { "id": "cec4b891-ed1f-4c62-98ab-05826cc9a787", "key": "serviceName" }, { "id": "df863222-f200-4f1b-9e95-a756ec63b206", "key": "apiId" }, { "id": "ba7dcc98-a7d8-46e0-8d8a-36bea99e2e25", "key": "schemaId" } ] }, "description": "Deletes the schema configuration at the Api." }, "response": [ { "id": "88a8d60b-a73a-4871-8c98-8b7ad2e610fd", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas", ":schemaId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-88a8d60b-a73a-4871-8c98-8b7ad2e610fd" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-657dd0cb-18b0-4653-9056-1b0c650fb57e" } ], "id": "3f82ced7-6321-4093-9c4f-b3634202e4ff", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-3f82ced7-6321-4093-9c4f-b3634202e4ff" }, { "name": "Microsoft Azure API Management ApiSchema_ListByApi", "id": "362eeee2-88a3-4284-8b3d-a681a221c06a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas" ], "variable": [ { "id": "e6e33707-9ccb-4849-8d83-16194b9bad94", "key": "subscriptionId" }, { "id": "277a913b-fe83-4b3f-8d08-ac46f1265de2", "key": "resourceGroupName" }, { "id": "542317da-0c48-4d14-a59b-5222ef19ff20", "key": "serviceName" }, { "id": "d82bfdee-ae42-40cf-8a6d-f771b1ccc030", "key": "apiId" } ] }, "description": "Get the schema configuration at the API level." }, "response": [ { "id": "1062fcb2-066e-4b4a-83bc-5c259a0de3e9", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "schemas" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1062fcb2-066e-4b4a-83bc-5c259a0de3e9" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-362eeee2-88a3-4284-8b3d-a681a221c06a" } ], "id": "33dde3c5-4645-4e11-adb2-54c220ff32c8", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-33dde3c5-4645-4e11-adb2-54c220ff32c8" }, { "name": "tagDescriptions", "item": [ { "name": "{tagDescriptionId}", "item": [ { "name": "Microsoft Azure API Management ApiTagDescription_GetEntityTag", "id": "4a429d08-1444-4906-b2c8-7b2fe9c4ce14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions/:tagDescriptionId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions", ":tagDescriptionId" ], "variable": [ { "id": "3c383027-525f-484c-a000-6e218ab33beb", "key": "subscriptionId" }, { "id": "dfb9b403-8a71-45b9-9b74-559cb2d90904", "key": "resourceGroupName" }, { "id": "c5ba9191-21bd-47a5-b43c-93c0b9fbba87", "key": "serviceName" }, { "id": "bb49710a-a4ec-4304-a8f9-84a90f30edf0", "key": "apiId" }, { "id": "c04a3991-c2ec-4455-8639-887b34e7f70c", "key": "tagDescriptionId" } ] }, "description": "Gets the entity state version of the tag specified by its identifier." }, "response": [ { "id": "4c2111de-c842-48c8-8dd0-e311600e9e06", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions/:tagDescriptionId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions", ":tagDescriptionId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "tagDescriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4c2111de-c842-48c8-8dd0-e311600e9e06" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4a429d08-1444-4906-b2c8-7b2fe9c4ce14" }, { "name": "Microsoft Azure API Management ApiTagDescription_Get", "id": "ba1cf428-4509-496f-a757-053b1c798128", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions/:tagDescriptionId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions", ":tagDescriptionId" ], "variable": [ { "id": "a9810170-69a1-43d1-964b-60ffe1f790cd", "key": "subscriptionId" }, { "id": "8fb5d4f1-b14e-4fd6-b518-39c44ba5813d", "key": "resourceGroupName" }, { "id": "86553594-71b4-4a7c-b093-5fb0cc9bf391", "key": "serviceName" }, { "id": "6a8f7107-72ff-474d-870d-d04a06b8acec", "key": "apiId" }, { "id": "264838cf-8d10-4bdc-9277-e4f4faefe867", "key": "tagDescriptionId" } ] }, "description": "Get Tag description in scope of API" }, "response": [ { "id": "22894946-7147-4421-b58f-21bb05ca4981", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions/:tagDescriptionId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions", ":tagDescriptionId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "tagDescriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-22894946-7147-4421-b58f-21bb05ca4981" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ba1cf428-4509-496f-a757-053b1c798128" }, { "name": "Microsoft Azure API Management ApiTagDescription_CreateOrUpdate", "id": "51f6d7d4-5f42-49d1-83b8-80efef59d01f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions/:tagDescriptionId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions", ":tagDescriptionId" ], "variable": [ { "id": "7aa80877-0115-4624-bb2b-59f3e1f7eb67", "key": "subscriptionId" }, { "id": "2b5982ac-047b-485d-b9a1-3ca03f9b0744", "key": "resourceGroupName" }, { "id": "b29d8ca3-4585-45dc-bb3b-fedceacfa534", "key": "serviceName" }, { "id": "cc75aea8-280d-413e-9fef-14e93e5fce82", "key": "apiId" }, { "id": "9a5b766d-dfed-4f8b-9ac6-7dba10f8b905", "key": "tagDescriptionId" } ] }, "description": "Create/Update tag description in scope of the Api." }, "response": [ { "id": "cc931373-ed1f-40aa-83ec-4f83d186f32b", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions/:tagDescriptionId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions", ":tagDescriptionId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "tagDescriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-cc931373-ed1f-40aa-83ec-4f83d186f32b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-51f6d7d4-5f42-49d1-83b8-80efef59d01f" }, { "name": "Microsoft Azure API Management ApiTagDescription_Delete", "id": "adf31ad6-3c56-4cd3-a2d1-18091aeedfb6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions/:tagDescriptionId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions", ":tagDescriptionId" ], "variable": [ { "id": "0ac56ebb-0e7a-485b-9b7a-81912e861d7d", "key": "subscriptionId" }, { "id": "0c3efdff-2c7b-4c53-8fde-6b3307861afc", "key": "resourceGroupName" }, { "id": "7645cc01-e831-4954-853c-5d1b5522719b", "key": "serviceName" }, { "id": "25d3d541-299e-4786-a92b-12dfd0db24e3", "key": "apiId" }, { "id": "7a3f9135-068a-4cfe-9665-90a6953614e2", "key": "tagDescriptionId" } ] }, "description": "Delete tag description for the Api." }, "response": [ { "id": "b860b96f-00e9-4230-a777-67afe90320bc", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions/:tagDescriptionId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions", ":tagDescriptionId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "tagDescriptionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b860b96f-00e9-4230-a777-67afe90320bc" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-adf31ad6-3c56-4cd3-a2d1-18091aeedfb6" } ], "id": "4fad6864-0857-40d7-88b6-843f871d8e8e", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-4fad6864-0857-40d7-88b6-843f871d8e8e" }, { "name": "Microsoft Azure API Management ApiTagDescription_ListByService", "id": "b1b84b94-a114-4629-9c7d-7d7a47cc34c1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions" ], "variable": [ { "id": "889f72d9-d7c1-4841-a856-e6135cd94097", "key": "subscriptionId" }, { "id": "f35d96ab-2c34-4da2-a1ff-4319e1e8cc95", "key": "resourceGroupName" }, { "id": "fd71677c-c1ca-45c9-93cb-e1d4a17a42db", "key": "serviceName" }, { "id": "50b2660b-5103-4245-b63d-7627064c3b8b", "key": "apiId" } ] }, "description": "Lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on API level but tag may be assigned to the Operations" }, "response": [ { "id": "a06dc225-ef6a-48d9-9a9b-6487dfb0efa7", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tagDescriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tagDescriptions" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a06dc225-ef6a-48d9-9a9b-6487dfb0efa7" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b1b84b94-a114-4629-9c7d-7d7a47cc34c1" } ], "id": "55fb81fa-d6fb-4476-b140-8ba42094ac87", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-55fb81fa-d6fb-4476-b140-8ba42094ac87" }, { "name": "tags", "item": [ { "name": "{tagId}", "item": [ { "name": "Microsoft Azure API Management Tag_GetEntityStateByApi", "id": "f93f2d7a-4cae-4ada-a363-154e57d71450", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags", ":tagId" ], "variable": [ { "id": "4fd7e547-489e-47c4-a5f5-8730616e3e09", "key": "subscriptionId" }, { "id": "8f916403-b309-4b54-a912-70d5088ea5fa", "key": "resourceGroupName" }, { "id": "1a9263f3-7b86-4f3f-8254-315e3fc5b76e", "key": "serviceName" }, { "id": "9d6b3633-7e31-44f8-9163-593c5508c6f8", "key": "apiId" }, { "id": "24773771-03a2-4c69-8082-019adf8e4bb1", "key": "tagId" } ] }, "description": "Gets the entity state version of the tag specified by its identifier." }, "response": [ { "id": "797da55b-b1a8-41c0-abb7-96d091fcac6f", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-797da55b-b1a8-41c0-abb7-96d091fcac6f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f93f2d7a-4cae-4ada-a363-154e57d71450" }, { "name": "Microsoft Azure API Management Tag_GetByApi", "id": "42b3315f-247e-4947-9c37-c6e79d3d37e8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags", ":tagId" ], "variable": [ { "id": "d7cdce31-fe98-48a4-ae5f-b9ee85b8ed1c", "key": "subscriptionId" }, { "id": "521e878b-8520-4d9c-9752-d379ebbc913d", "key": "resourceGroupName" }, { "id": "f5a563cb-6fde-4b48-aa97-f3f360a9e90c", "key": "serviceName" }, { "id": "851f42b1-4f96-4fd7-b92e-e030015941b5", "key": "apiId" }, { "id": "296d2c98-5655-4b09-b67f-ecdf66cb8f78", "key": "tagId" } ] }, "description": "Get tag associated with the API." }, "response": [ { "id": "a16cbc6f-888d-41bc-8550-32679053dfc1", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a16cbc6f-888d-41bc-8550-32679053dfc1" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-42b3315f-247e-4947-9c37-c6e79d3d37e8" }, { "name": "Microsoft Azure API Management Tag_AssignToApi", "id": "d6beffa7-fa5b-48ab-8f21-4d4569965cc8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags", ":tagId" ], "variable": [ { "id": "1df67464-511c-4ceb-b2d7-a5b875ae0626", "key": "subscriptionId" }, { "id": "79c3e7a4-1750-480c-9fef-d58a77384c02", "key": "resourceGroupName" }, { "id": "92173015-8443-486f-8f08-5321d18ab7cb", "key": "serviceName" }, { "id": "91baefba-ca46-4845-923e-1dedeb9ababf", "key": "apiId" }, { "id": "5ae89a09-d8a8-48c5-84cb-def439d0895d", "key": "tagId" } ] }, "description": "Assign tag to the Api." }, "response": [ { "id": "7bf92603-3eb0-43a1-83ec-f25194f8c1a0", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7bf92603-3eb0-43a1-83ec-f25194f8c1a0" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d6beffa7-fa5b-48ab-8f21-4d4569965cc8" }, { "name": "Microsoft Azure API Management Tag_DetachFromApi", "id": "62f6a451-b631-4340-94b4-76a6d3e55218", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags", ":tagId" ], "variable": [ { "id": "cad2f629-fe23-4af0-b384-afaa7f86bfe8", "key": "subscriptionId" }, { "id": "93e2c64f-aab1-43a2-bbee-e8a1d45f8484", "key": "resourceGroupName" }, { "id": "9edce03a-60fe-4348-a111-609541377d7a", "key": "serviceName" }, { "id": "97bfeb8d-4152-4d6e-95bf-97bfccb4ecaf", "key": "apiId" }, { "id": "acbf005a-2691-4e63-aeeb-9452debe21fc", "key": "tagId" } ] }, "description": "Detach the tag from the Api." }, "response": [ { "id": "86f5a771-c86d-4173-bb93-7b76e9f7dfa4", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-86f5a771-c86d-4173-bb93-7b76e9f7dfa4" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-62f6a451-b631-4340-94b4-76a6d3e55218" } ], "id": "bd9318aa-3d05-48f6-a978-09597ca7d215", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-bd9318aa-3d05-48f6-a978-09597ca7d215" }, { "name": "Microsoft Azure API Management Tag_ListByApi", "id": "72d90d8b-2b52-483c-a7c1-964a0560e5f1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags" ], "variable": [ { "id": "72a1be5b-5711-47fe-b056-e1288251a94b", "key": "subscriptionId" }, { "id": "200faebd-f3a0-4a2b-b87e-bf88e5646a40", "key": "resourceGroupName" }, { "id": "9a59a2bb-ed22-4874-af26-678467fedbc8", "key": "serviceName" }, { "id": "65ded0aa-7fae-4773-8432-b5a309aff13e", "key": "apiId" } ] }, "description": "Lists all Tags associated with the API." }, "response": [ { "id": "45f8aa96-0ad1-481c-aa9e-1eb6bcf8f05e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/tags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "tags" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-45f8aa96-0ad1-481c-aa9e-1eb6bcf8f05e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-72d90d8b-2b52-483c-a7c1-964a0560e5f1" } ], "id": "31c4c0f0-0744-4201-b1ac-9be7c4c6a230", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-31c4c0f0-0744-4201-b1ac-9be7c4c6a230" }, { "name": "wikis", "item": [ { "name": "default", "item": [ { "name": "Microsoft Azure API Management ApiWiki_GetEntityTag", "id": "fe8aa802-9b93-47fa-a5e8-7a18284ce00e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "id": "df309653-ce3c-49b0-9947-d51b8012a4d8", "key": "subscriptionId" }, { "id": "64616634-e5ce-4f63-85d6-3ecba2ee3af6", "key": "resourceGroupName" }, { "id": "a4aac75c-6816-4afc-820a-f212f62ccc67", "key": "serviceName" }, { "id": "483c1517-614d-45f1-afd6-5f007c3debbc", "key": "apiId" } ] }, "description": "Gets the entity state (Etag) version of the Wiki for an API specified by its identifier." }, "response": [ { "id": "ae46dc2f-a7df-45d7-b065-7376d8246975", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ae46dc2f-a7df-45d7-b065-7376d8246975" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-fe8aa802-9b93-47fa-a5e8-7a18284ce00e" }, { "name": "Microsoft Azure API Management ApiWiki_Get", "id": "8d19c009-9539-4ce6-982a-bdefde12308c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "id": "f200a1b7-625b-445f-a624-f6bd91d5868e", "key": "subscriptionId" }, { "id": "a1685d78-74e8-42f4-a5d8-815f81920f7f", "key": "resourceGroupName" }, { "id": "54c5589e-d675-42ef-9401-7b0e6529c4b9", "key": "serviceName" }, { "id": "1969363b-a1ea-4b87-8d4b-56a372c6a434", "key": "apiId" } ] }, "description": "Gets the details of the Wiki for an API specified by its identifier." }, "response": [ { "id": "39e8e306-00fa-4a7b-b767-993d84fac0bd", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-39e8e306-00fa-4a7b-b767-993d84fac0bd" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8d19c009-9539-4ce6-982a-bdefde12308c" }, { "name": "Microsoft Azure API Management ApiWiki_CreateOrUpdate", "id": "88ca22c4-c91e-4c8b-9bbd-78f7cb4ce61e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "id": "99aa57aa-2457-4db4-a72b-df0d28e611df", "key": "subscriptionId" }, { "id": "eb9e52cc-1efa-456e-8f20-b842fd3f898c", "key": "resourceGroupName" }, { "id": "fcc6cdc6-97b9-4edb-ba24-1b8ca36a7473", "key": "serviceName" }, { "id": "a39c2ece-8aa1-438c-a006-8c43c5d57fcd", "key": "apiId" } ] }, "description": "Creates a new Wiki for an API or updates an existing one." }, "response": [ { "id": "942f1d0e-3b7c-408f-a944-90583ca9db31", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-942f1d0e-3b7c-408f-a944-90583ca9db31" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-88ca22c4-c91e-4c8b-9bbd-78f7cb4ce61e" }, { "name": "Microsoft Azure API Management ApiWiki_Update", "id": "7dfe7537-5ee4-409a-ad2c-9d86cd19195a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "id": "e05487d6-ecd4-43f1-908f-9f4135b99de9", "key": "subscriptionId" }, { "id": "7fd2ce5b-b828-4fc0-a0c2-9cc6dbd61b4b", "key": "resourceGroupName" }, { "id": "81fd0508-e0a4-41f5-a9c1-40428fafcdbf", "key": "serviceName" }, { "id": "043edf62-1ac4-4c85-bdd8-d816d22151da", "key": "apiId" } ] }, "description": "Updates the details of the Wiki for an API specified by its identifier." }, "response": [ { "id": "d9c5db40-c910-41b1-abc6-c3b062e72c50", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d9c5db40-c910-41b1-abc6-c3b062e72c50" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7dfe7537-5ee4-409a-ad2c-9d86cd19195a" }, { "name": "Microsoft Azure API Management ApiWiki_Delete", "id": "0058b6f7-8f3d-43eb-86ba-4c8376833071", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "id": "626c0510-4c78-4c93-9826-83e947d7df55", "key": "subscriptionId" }, { "id": "4dbe283a-f120-4661-98fe-35c1c530c3df", "key": "resourceGroupName" }, { "id": "d9378da2-d5d3-4c43-9067-b17fc6b2227e", "key": "serviceName" }, { "id": "783b3ff8-c1f7-4fe5-b222-9167641dd427", "key": "apiId" } ] }, "description": "Deletes the specified Wiki from an API." }, "response": [ { "id": "f0317301-6843-4bdb-864f-4a1c1d8df214", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f0317301-6843-4bdb-864f-4a1c1d8df214" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0058b6f7-8f3d-43eb-86ba-4c8376833071" } ], "id": "d10e9a47-854f-4849-964b-55fb8788d78c", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-d10e9a47-854f-4849-964b-55fb8788d78c" }, { "name": "Microsoft Azure API Management ApiWikis_List", "id": "50360495-458c-4e47-b346-5a7e972f87c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis" ], "variable": [ { "id": "17e90545-019c-4f92-a0ff-bcd94d0d4a35", "key": "subscriptionId" }, { "id": "ad192030-b126-4ab2-9586-d319796e27f3", "key": "resourceGroupName" }, { "id": "9cc79f63-6a1a-423b-a077-224ffa50854c", "key": "serviceName" }, { "id": "8c5bd094-61b2-42f6-a465-0b3af8ee13b3", "key": "apiId" } ] }, "description": "Gets the wikis for an API specified by its identifier." }, "response": [ { "id": "9db6f67c-aaf1-472e-a968-ab120f8c2000", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/wikis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId", "wikis" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9db6f67c-aaf1-472e-a968-ab120f8c2000" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-50360495-458c-4e47-b346-5a7e972f87c5" } ], "id": "0827a374-e067-4a0d-93a2-99d2ddf60178", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-0827a374-e067-4a0d-93a2-99d2ddf60178" }, { "name": "Microsoft Azure API Management Api_GetEntityTag", "id": "22e8ee07-cafe-4471-9696-a7a841603775", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "id": "a92f348e-70c0-4c75-a871-97d7213fbcb2", "key": "subscriptionId" }, { "id": "4462fa63-4cf7-4aa3-b9f9-0c6d74db99be", "key": "resourceGroupName" }, { "id": "f3b9a7a2-38c8-4da6-8b4a-0084738ec9b5", "key": "serviceName" }, { "id": "0ebeb4fb-d59a-40a5-aabd-e502e81ee633", "key": "apiId" } ] }, "description": "Gets the entity state (Etag) version of the API specified by its identifier." }, "response": [ { "id": "7a714125-a8ef-4b02-929c-127924e4180d", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7a714125-a8ef-4b02-929c-127924e4180d" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-22e8ee07-cafe-4471-9696-a7a841603775" }, { "name": "Microsoft Azure API Management Api_Get", "id": "836877c8-0e68-4d07-87db-d5cb28103eb3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "id": "1899424f-2300-4506-86f5-8eb10e5281ba", "key": "subscriptionId" }, { "id": "3dac9dcb-934b-49e7-954a-60c757981dca", "key": "resourceGroupName" }, { "id": "d2d5aade-7e5d-46c4-a9eb-9e53211b99a0", "key": "serviceName" }, { "id": "50b9d383-fe81-401a-b0c5-acbc3c661267", "key": "apiId" } ] }, "description": "Gets the details of the API specified by its identifier." }, "response": [ { "id": "72973e0c-50f5-4e4c-91a9-29d67205ac9b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"displayName\": \"\",\n \"description\": \"\",\n \"serviceUrl\": \"\",\n \"path\": \"\",\n \"protocols\": [\n \"\",\n \"\"\n ],\n \"subscriptionRequired\": \"\",\n \"apiRevision\": \"\"\n }\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-72973e0c-50f5-4e4c-91a9-29d67205ac9b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-836877c8-0e68-4d07-87db-d5cb28103eb3" }, { "name": "Microsoft Azure API Management Api_CreateOrUpdate", "id": "3e2f9e4b-48ba-4643-84b5-bf482cc5401a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"properties\": {\n \"displayName\": \"\",\n \"description\": \"\",\n \"serviceUrl\": \"\",\n \"path\": \"\",\n \"protocols\": [\n \"\",\n \"\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "id": "48bf1059-c00a-43aa-8dd2-15aa9f1ac90d", "key": "subscriptionId" }, { "id": "6474792f-024d-4947-93ec-5dc3268d50a8", "key": "resourceGroupName" }, { "id": "10b89248-8bea-4b56-881e-b67f66cfbb92", "key": "serviceName" }, { "id": "e03ea1da-5019-4e5e-b0d7-0074445b04d7", "key": "apiId" } ] }, "description": "Creates new or updates existing specified API of the API Management service instance." }, "response": [ { "id": "69e82602-f157-46fb-ac26-806d4b4feab4", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"properties\": {\n \"displayName\": \"\",\n \"description\": \"\",\n \"serviceUrl\": \"\",\n \"path\": \"\",\n \"protocols\": [\n \"\",\n \"\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"displayName\": \"\",\n \"description\": \"\",\n \"serviceUrl\": \"\",\n \"path\": \"\",\n \"protocols\": [\n \"\",\n \"\"\n ],\n \"subscriptionRequired\": \"\",\n \"apiRevision\": \"\"\n }\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-69e82602-f157-46fb-ac26-806d4b4feab4" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3e2f9e4b-48ba-4643-84b5-bf482cc5401a" }, { "name": "Microsoft Azure API Management Api_Update", "id": "a9ce10ec-5af7-4f75-af3a-fc9acb4682a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"properties\": {\n \"displayName\": \"\",\n \"description\": \"\",\n \"serviceUrl\": \"\",\n \"path\": \"\",\n \"protocols\": [\n \"\",\n \"\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "id": "83acafe8-396c-4de9-8038-b407e3fe1389", "key": "subscriptionId" }, { "id": "0bde2175-48ff-4886-8a17-b9c72dae7cbc", "key": "resourceGroupName" }, { "id": "b84563f3-8765-44ad-a14f-162864b2d431", "key": "serviceName" }, { "id": "5242565f-9189-48aa-a569-63ce0ee1e105", "key": "apiId" } ] }, "description": "Updates the specified API of the API Management service instance." }, "response": [ { "id": "cdcdf44e-bfe6-47d6-bbfb-31c880e27400", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"properties\": {\n \"displayName\": \"\",\n \"description\": \"\",\n \"serviceUrl\": \"\",\n \"path\": \"\",\n \"protocols\": [\n \"\",\n \"\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"displayName\": \"\",\n \"description\": \"\",\n \"serviceUrl\": \"\",\n \"path\": \"\",\n \"protocols\": [\n \"\",\n \"\"\n ],\n \"subscriptionRequired\": \"\",\n \"apiRevision\": \"\"\n }\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-cdcdf44e-bfe6-47d6-bbfb-31c880e27400" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a9ce10ec-5af7-4f75-af3a-fc9acb4682a2" }, { "name": "Microsoft Azure API Management Api_Delete", "id": "933439b6-e43d-423b-b03c-00b29e8dd015", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "id": "558427f5-5d52-433e-919e-aa1923b2ccda", "key": "subscriptionId" }, { "id": "c4ee791d-cd88-4c20-8f0e-31f2588b3f93", "key": "resourceGroupName" }, { "id": "44b38bcf-e6a9-487c-91c4-8f33f9d2840d", "key": "serviceName" }, { "id": "89eb0d20-1a21-41bb-ae37-3f28049d490c", "key": "apiId" } ] }, "description": "Deletes the specified API of the API Management service instance." }, "response": [ { "id": "3801d7c8-03d3-49a8-89c7-f82ed4bab7c6", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3801d7c8-03d3-49a8-89c7-f82ed4bab7c6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-933439b6-e43d-423b-b03c-00b29e8dd015" } ], "id": "dc0f40c4-58ab-4ee4-a57b-e69a424f0565", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-dc0f40c4-58ab-4ee4-a57b-e69a424f0565" }, { "name": "Microsoft Azure API Management Api_ListByService", "id": "0f6bdaf8-4f69-4518-8c75-7258bafa2551", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis" ], "variable": [ { "id": "d0911974-bb6f-480a-bb5c-eb50fa41ee1d", "key": "subscriptionId" }, { "id": "26a74da7-7346-4190-a545-c3b03079f01b", "key": "resourceGroupName" }, { "id": "12ea1e36-39fb-45d8-a4d8-4c5aa533a9be", "key": "serviceName" } ] }, "description": "Lists all APIs of the API Management service instance." }, "response": [ { "id": "f620800b-d743-4b62-a719-2902a75385bd", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "apis" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"displayName\": \"\",\n \"description\": \"\",\n \"serviceUrl\": \"\",\n \"path\": \"\",\n \"protocols\": [\n \"\",\n \"\"\n ],\n \"subscriptionRequired\": \"\",\n \"apiRevision\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"properties\": {\n \"displayName\": \"\",\n \"description\": \"\",\n \"serviceUrl\": \"\",\n \"path\": \"\",\n \"protocols\": [\n \"\",\n \"\"\n ],\n \"subscriptionRequired\": \"\",\n \"apiRevision\": \"\"\n }\n }\n ],\n \"count\": \"\",\n \"nextLink\": \"\"\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f620800b-d743-4b62-a719-2902a75385bd" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0f6bdaf8-4f69-4518-8c75-7258bafa2551" } ], "id": "6824e617-411d-46b0-8607-13adc37f2f08", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-6824e617-411d-46b0-8607-13adc37f2f08" }, { "name": "applynetworkconfigurationupdates", "item": [ { "name": "Microsoft Azure API Management ApiManagementService_ApplyNetworkConfigurationUpdates", "id": "6ae0d57f-51d0-4ae4-9e8a-7ebd3f23965f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/applynetworkconfigurationupdates", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "applynetworkconfigurationupdates" ], "variable": [ { "id": "e996c36d-7095-4776-a348-9454a0715d9c", "key": "subscriptionId" }, { "id": "ac5d4b39-7137-4bf3-8757-21682c1cbe7a", "key": "resourceGroupName" }, { "id": "90e36dde-8507-4c6f-8c13-98de564d9487", "key": "serviceName" } ] }, "description": "Updates the Microsoft.ApiManagement resource running in the Virtual network to pick the updated DNS changes." }, "response": [ { "id": "0cef9c10-8760-46a6-9c39-0dda7292711a", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/applynetworkconfigurationupdates", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "applynetworkconfigurationupdates" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0cef9c10-8760-46a6-9c39-0dda7292711a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6ae0d57f-51d0-4ae4-9e8a-7ebd3f23965f" } ], "id": "4ea9277e-3a5b-4b73-9f66-824dfb56c981", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-4ea9277e-3a5b-4b73-9f66-824dfb56c981" }, { "name": "backends", "item": [ { "name": "{backendId}", "item": [ { "name": "reconnect", "item": [ { "name": "Microsoft Azure API Management Backend_Reconnect", "id": "1bef25e1-5300-4093-b81c-30e3b42c778c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId/reconnect", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId", "reconnect" ], "variable": [ { "id": "f7f5d2bf-60d3-417c-b609-86a2f5ef6d16", "key": "subscriptionId" }, { "id": "ea85f527-82cd-469b-9148-266295c8c410", "key": "resourceGroupName" }, { "id": "a39f34a1-848b-417a-bc16-f452cd86f93c", "key": "serviceName" }, { "id": "90308c3d-5bc7-4abb-a970-5999e47f3a3f", "key": "backendId" } ] }, "description": "Notifies the API Management gateway to create a new connection to the backend after the specified timeout. If no timeout was specified, timeout of 2 minutes is used." }, "response": [ { "id": "ee063e08-8742-4063-88de-cabb84c4c84e", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId/reconnect", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId", "reconnect" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "backendId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ee063e08-8742-4063-88de-cabb84c4c84e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1bef25e1-5300-4093-b81c-30e3b42c778c" } ], "id": "f98e488e-9926-42a5-9c55-19683e0cfc8c", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f98e488e-9926-42a5-9c55-19683e0cfc8c" }, { "name": "Microsoft Azure API Management Backend_GetEntityTag", "id": "123fe588-b2ce-445b-9f19-232a6ebb7b19", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "id": "30e8e9bf-23f8-4e2a-887a-570bb051cb25", "key": "subscriptionId" }, { "id": "9839a4bb-1ee3-4a10-9ed2-56e2823ce744", "key": "resourceGroupName" }, { "id": "c3563a7c-0b07-41df-919b-d8bcbaf549d3", "key": "serviceName" }, { "id": "de5fa3d7-f4e1-4af2-87b8-8d2f6b4410a5", "key": "backendId" } ] }, "description": "Gets the entity state (Etag) version of the backend specified by its identifier." }, "response": [ { "id": "6ff3af47-cc91-47e9-96c3-3b4f2099bcda", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "backendId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6ff3af47-cc91-47e9-96c3-3b4f2099bcda" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-123fe588-b2ce-445b-9f19-232a6ebb7b19" }, { "name": "Microsoft Azure API Management Backend_Get", "id": "f7928289-10a6-4cc2-bc74-02fbe84d0b34", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "id": "8659bd3b-5fa2-40e9-9ac6-46eef69e53af", "key": "subscriptionId" }, { "id": "346af2c3-6e1e-4f0b-bf1e-1fb4d0c5a54c", "key": "resourceGroupName" }, { "id": "d7db3e66-7dc9-45eb-bba0-9c9eaa529250", "key": "serviceName" }, { "id": "d3d141c1-701f-439c-ab9b-afc23047e7e0", "key": "backendId" } ] }, "description": "Gets the details of the backend specified by its identifier." }, "response": [ { "id": "02fe40b5-de85-444f-a185-4b4bd0e94a8f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "backendId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-02fe40b5-de85-444f-a185-4b4bd0e94a8f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f7928289-10a6-4cc2-bc74-02fbe84d0b34" }, { "name": "Microsoft Azure API Management Backend_CreateOrUpdate", "id": "e7233c94-e335-4786-9815-a911b6bf579c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "id": "e08bb713-b1b3-4002-920f-e5dcc999d76f", "key": "subscriptionId" }, { "id": "b76b83e8-d3b6-476d-a401-418f2437d058", "key": "resourceGroupName" }, { "id": "1e310618-1e2c-4dbb-83f5-f57e0284ed73", "key": "serviceName" }, { "id": "b3f5621d-2a4f-4ae1-bafa-06ab877ccfbb", "key": "backendId" } ] }, "description": "Creates or Updates a backend." }, "response": [ { "id": "9152a6d1-d844-4ec9-a9e1-6e8094aab342", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "backendId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9152a6d1-d844-4ec9-a9e1-6e8094aab342" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e7233c94-e335-4786-9815-a911b6bf579c" }, { "name": "Microsoft Azure API Management Backend_Update", "id": "054ad801-f3e7-4403-be6f-be62af7a4e62", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "id": "64984cf0-7de9-4699-b994-34defee75409", "key": "subscriptionId" }, { "id": "fd946ab0-135f-43f5-9fc4-ce118d57024c", "key": "resourceGroupName" }, { "id": "a015cffc-d972-45a0-9d51-dd4330152e57", "key": "serviceName" }, { "id": "1a27ffd7-e6e9-4f98-a020-1ad294f0a675", "key": "backendId" } ] }, "description": "Updates an existing backend." }, "response": [ { "id": "be76d5e6-892c-4b9a-a5d9-f7642c3f5f11", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "backendId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-be76d5e6-892c-4b9a-a5d9-f7642c3f5f11" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-054ad801-f3e7-4403-be6f-be62af7a4e62" }, { "name": "Microsoft Azure API Management Backend_Delete", "id": "f46f5ca3-3750-48ca-a691-4aaccd27746e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "id": "2f492066-83c2-430f-8395-832aaeefb17e", "key": "subscriptionId" }, { "id": "8cd30e2d-1713-4eb3-801e-d3d712249e66", "key": "resourceGroupName" }, { "id": "465b1b02-43e1-4ce4-825d-ce3770883bde", "key": "serviceName" }, { "id": "bed36c3a-2ebd-4a93-90dc-c2f7042ffd28", "key": "backendId" } ] }, "description": "Deletes the specified backend." }, "response": [ { "id": "468fe56e-ab1c-437c-8c47-c028bfa00432", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends/:backendId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends", ":backendId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "backendId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-468fe56e-ab1c-437c-8c47-c028bfa00432" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f46f5ca3-3750-48ca-a691-4aaccd27746e" } ], "id": "55cd4371-0cb9-439c-b764-9b5478f89327", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-55cd4371-0cb9-439c-b764-9b5478f89327" }, { "name": "Microsoft Azure API Management Backend_ListByService", "id": "8d83a265-80e0-46a9-bf65-2b4818fcda91", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends" ], "variable": [ { "id": "5ec2fc24-4f8b-4154-8bab-f35814e8ad7e", "key": "subscriptionId" }, { "id": "aff7739c-a98b-4f6f-86ab-88994bb82a0c", "key": "resourceGroupName" }, { "id": "79607281-877e-45ab-882e-70db1ea9f465", "key": "serviceName" } ] }, "description": "Lists a collection of backends in the specified service instance." }, "response": [ { "id": "e6b5f857-8c11-47ea-a11e-057e75e0c9bf", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backends", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backends" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e6b5f857-8c11-47ea-a11e-057e75e0c9bf" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8d83a265-80e0-46a9-bf65-2b4818fcda91" } ], "id": "04f677b9-e29c-42b5-bf78-ead47c928d28", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-04f677b9-e29c-42b5-bf78-ead47c928d28" }, { "name": "backup", "item": [ { "name": "Microsoft Azure API Management ApiManagementService_Backup", "id": "f7ea3cc3-7145-406d-9c3d-0cd44631911b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backup", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backup" ], "variable": [ { "id": "fc44bdd8-4ef9-442f-8967-b9aedfd2bcda", "key": "subscriptionId" }, { "id": "689ddf07-27a9-4c54-9f86-15e17af81d8c", "key": "resourceGroupName" }, { "id": "1f0c032a-289b-4d43-b435-5e3d18e68098", "key": "serviceName" } ] }, "description": "Creates a backup of the API Management service to the given Azure Storage Account. This is long running operation and could take several minutes to complete." }, "response": [ { "id": "14b4fa0b-548f-49d4-b2fe-91986d83ecf1", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/backup", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "backup" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-14b4fa0b-548f-49d4-b2fe-91986d83ecf1" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f7ea3cc3-7145-406d-9c3d-0cd44631911b" } ], "id": "f950c9a2-4d0b-4625-9c62-c3aa91334ea4", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f950c9a2-4d0b-4625-9c62-c3aa91334ea4" }, { "name": "certificates", "item": [ { "name": "{certificateId}", "item": [ { "name": "refreshSecret", "item": [ { "name": "Microsoft Azure API Management Certificate_RefreshSecret", "id": "6d9b97eb-3e75-4c44-b184-c078227ed663", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId/refreshSecret", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId", "refreshSecret" ], "variable": [ { "id": "f75324d1-c7db-443c-a2cc-61eeec30f03f", "key": "subscriptionId" }, { "id": "5fe07ecb-c470-4e1c-9e43-7e1051ed6f07", "key": "resourceGroupName" }, { "id": "942f83d2-9cc6-450d-92f0-9dc0f78e1949", "key": "serviceName" }, { "id": "4bd11e43-9cfd-457b-8442-6641cfb0e73c", "key": "certificateId" } ] }, "description": "From KeyVault, Refresh the certificate being used for authentication with the backend." }, "response": [ { "id": "ae8fa3cf-d9ec-4059-b823-f15e002e9039", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId/refreshSecret", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId", "refreshSecret" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "certificateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ae8fa3cf-d9ec-4059-b823-f15e002e9039" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6d9b97eb-3e75-4c44-b184-c078227ed663" } ], "id": "042991bf-9dc1-42db-8ce8-e2b07301e64d", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-042991bf-9dc1-42db-8ce8-e2b07301e64d" }, { "name": "Microsoft Azure API Management Certificate_GetEntityTag", "id": "97ca0b7a-b750-432d-bdad-7901a3d2514d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId" ], "variable": [ { "id": "ad7ca337-a438-4e8f-959f-1b159bc8f55a", "key": "subscriptionId" }, { "id": "ea9795f4-35d2-4e98-bea8-cf56ed285df4", "key": "resourceGroupName" }, { "id": "111194ce-37d0-4def-9b32-7586661062bd", "key": "serviceName" }, { "id": "68907944-0495-4997-a091-ef49793d4be4", "key": "certificateId" } ] }, "description": "Gets the entity state (Etag) version of the certificate specified by its identifier." }, "response": [ { "id": "5b97ced4-f2b8-4616-8344-a96dc002ae50", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "certificateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5b97ced4-f2b8-4616-8344-a96dc002ae50" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-97ca0b7a-b750-432d-bdad-7901a3d2514d" }, { "name": "Microsoft Azure API Management Certificate_Get", "id": "daba9824-9f8e-4df7-bfd7-ac10a17accce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId" ], "variable": [ { "id": "dd417186-d87b-47a2-b131-42f683d9c0a4", "key": "subscriptionId" }, { "id": "f1360c0f-907c-466b-bfc2-34e76a044168", "key": "resourceGroupName" }, { "id": "5abaf895-8ef2-44aa-b562-3455956a7194", "key": "serviceName" }, { "id": "6ca2f2ec-8877-4fbd-889a-2c18b49660a1", "key": "certificateId" } ] }, "description": "Gets the details of the certificate specified by its identifier." }, "response": [ { "id": "d937f4a7-6f83-4d6a-8231-f86881adb402", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "certificateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d937f4a7-6f83-4d6a-8231-f86881adb402" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-daba9824-9f8e-4df7-bfd7-ac10a17accce" }, { "name": "Microsoft Azure API Management Certificate_CreateOrUpdate", "id": "d963b454-6c1c-400c-99fa-131674bc9c53", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId" ], "variable": [ { "id": "80d487bd-346b-45d3-b05a-a80e9cb82591", "key": "subscriptionId" }, { "id": "e12da193-a815-46cb-a8be-744ff1350240", "key": "resourceGroupName" }, { "id": "471ebbfb-3d0c-496a-9b17-18d0c8920ce8", "key": "serviceName" }, { "id": "f4906661-c44f-4691-8330-8267fadacb41", "key": "certificateId" } ] }, "description": "Creates or updates the certificate being used for authentication with the backend." }, "response": [ { "id": "31deb102-4465-4c38-b550-246101b7d620", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "certificateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-31deb102-4465-4c38-b550-246101b7d620" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d963b454-6c1c-400c-99fa-131674bc9c53" }, { "name": "Microsoft Azure API Management Certificate_Delete", "id": "b9ecd16f-6f14-4a11-84a1-f054acf8a257", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId" ], "variable": [ { "id": "52558baa-541c-411f-85c4-84138703ff69", "key": "subscriptionId" }, { "id": "728850fd-58f2-4f8c-a3aa-1875dc0079df", "key": "resourceGroupName" }, { "id": "60162d09-e3d8-4a5c-96ec-657285d097a6", "key": "serviceName" }, { "id": "a25a34a1-1ebb-4f9e-9345-e09cfd7c3447", "key": "certificateId" } ] }, "description": "Deletes specific certificate." }, "response": [ { "id": "dee79300-131f-4dd7-bd9e-0d328e1472db", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates", ":certificateId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "certificateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-dee79300-131f-4dd7-bd9e-0d328e1472db" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b9ecd16f-6f14-4a11-84a1-f054acf8a257" } ], "id": "0c9f3cb1-7778-4246-9e43-2ec58aa6aeea", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-0c9f3cb1-7778-4246-9e43-2ec58aa6aeea" }, { "name": "Microsoft Azure API Management Certificate_ListByService", "id": "43f6c027-38e9-4d0a-9b98-1f565b2d2649", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates" ], "variable": [ { "id": "c8464ff5-5a9a-40ad-a8c2-36a0de405adb", "key": "subscriptionId" }, { "id": "d893ef01-cf26-4fbf-a40f-4d080d6c6666", "key": "resourceGroupName" }, { "id": "4e037a2f-4691-4d08-a210-0a8b6b19fd23", "key": "serviceName" } ] }, "description": "Lists a collection of all certificates in the specified service instance." }, "response": [ { "id": "47020065-b6d8-438d-a7c8-79b083ec9849", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/certificates", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "certificates" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-47020065-b6d8-438d-a7c8-79b083ec9849" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-43f6c027-38e9-4d0a-9b98-1f565b2d2649" } ], "id": "8c622f60-e299-4559-9d80-df4fa12f6952", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-8c622f60-e299-4559-9d80-df4fa12f6952" }, { "name": "diagnostics", "item": [ { "name": "{diagnosticId}", "item": [ { "name": "Microsoft Azure API Management Diagnostic_GetEntityTag", "id": "989ce325-fef0-46f6-be40-145f8c757cf2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "430d0bd4-4bd5-4e6b-b3a1-6430cfed8306", "key": "subscriptionId" }, { "id": "023ebcc7-7e77-4fb0-97fb-5b5cbe1dbbb3", "key": "resourceGroupName" }, { "id": "07d598d6-e54f-4eea-b22a-35c2c452ce32", "key": "serviceName" }, { "id": "3c7db170-2c5f-4e39-8baf-0a1f0e5f0235", "key": "diagnosticId" } ] }, "description": "Gets the entity state (Etag) version of the Diagnostic specified by its identifier." }, "response": [ { "id": "8c42269e-ad16-4de1-95a9-9e37d5644c7d", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8c42269e-ad16-4de1-95a9-9e37d5644c7d" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-989ce325-fef0-46f6-be40-145f8c757cf2" }, { "name": "Microsoft Azure API Management Diagnostic_Get", "id": "895b8044-14a1-4b9a-8c1c-c5b76ac29bf2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "5db25abe-0ebd-4412-a26d-6f77bfcc5d3e", "key": "subscriptionId" }, { "id": "0f67ce9a-f50f-4a24-832c-73fd9c60903d", "key": "resourceGroupName" }, { "id": "18b0655d-a083-4c27-ad90-0e3c4c0e8732", "key": "serviceName" }, { "id": "19320c17-16a4-48c7-a2ef-20a38ce40b1d", "key": "diagnosticId" } ] }, "description": "Gets the details of the Diagnostic specified by its identifier." }, "response": [ { "id": "ae59663f-f210-4afe-9df9-4db045e32aa3", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ae59663f-f210-4afe-9df9-4db045e32aa3" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-895b8044-14a1-4b9a-8c1c-c5b76ac29bf2" }, { "name": "Microsoft Azure API Management Diagnostic_CreateOrUpdate", "id": "d50dda59-0a96-47af-922e-9b36f0a3c373", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "bc070b09-be05-4527-a5a5-b16a02167faf", "key": "subscriptionId" }, { "id": "788d7474-fa74-4515-bc55-960e1d8906ed", "key": "resourceGroupName" }, { "id": "16bb607c-638f-41a3-b659-4341dbe39bc1", "key": "serviceName" }, { "id": "d18f9d56-2cdb-4f65-9bc7-4e5b524937bf", "key": "diagnosticId" } ] }, "description": "Creates a new Diagnostic or updates an existing one." }, "response": [ { "id": "13e1c563-39f2-4de1-a180-afa37f48b11a", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-13e1c563-39f2-4de1-a180-afa37f48b11a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d50dda59-0a96-47af-922e-9b36f0a3c373" }, { "name": "Microsoft Azure API Management Diagnostic_Update", "id": "4982eb90-5c70-443f-970f-29187770d3c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "bbdde052-c9e8-434d-b1bb-4a4aecd71ead", "key": "subscriptionId" }, { "id": "c6929917-cdff-46fa-8db3-954aaed76b93", "key": "resourceGroupName" }, { "id": "d706cef8-4372-44ef-970a-ed2e46da9f9b", "key": "serviceName" }, { "id": "f2febbe3-88f5-4712-8752-0fe27d505cb6", "key": "diagnosticId" } ] }, "description": "Updates the details of the Diagnostic specified by its identifier." }, "response": [ { "id": "e53e4ca4-2f11-4df4-9e19-a48086d3c040", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e53e4ca4-2f11-4df4-9e19-a48086d3c040" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4982eb90-5c70-443f-970f-29187770d3c2" }, { "name": "Microsoft Azure API Management Diagnostic_Delete", "id": "7b36d148-19b5-4cc4-b7c0-f83de385d36b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "id": "5ede69cf-2556-4b25-a426-2cbab8dbaa19", "key": "subscriptionId" }, { "id": "04a31110-b7f3-4ada-91db-0d99b0381aa1", "key": "resourceGroupName" }, { "id": "890b0490-4eb9-4b43-ae72-079ab323390a", "key": "serviceName" }, { "id": "d10ada04-9a78-42f8-9d15-3923dc1986f1", "key": "diagnosticId" } ] }, "description": "Deletes the specified Diagnostic." }, "response": [ { "id": "e29bb99e-1fcd-4152-8921-25f1324a73e5", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics/:diagnosticId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics", ":diagnosticId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "diagnosticId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e29bb99e-1fcd-4152-8921-25f1324a73e5" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7b36d148-19b5-4cc4-b7c0-f83de385d36b" } ], "id": "1b77aea8-2fb9-4fb0-a819-79b5f066c2e7", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-1b77aea8-2fb9-4fb0-a819-79b5f066c2e7" }, { "name": "Microsoft Azure API Management Diagnostic_ListByService", "id": "5644e7be-4c61-4dc6-840e-f509477ee21d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics" ], "variable": [ { "id": "0bea73f3-54a2-4c9c-b1de-04fa6edad165", "key": "subscriptionId" }, { "id": "e1359e9a-4920-4e77-a2a3-42401ceebc5e", "key": "resourceGroupName" }, { "id": "991b1966-6fef-4748-81aa-4986ae2800fd", "key": "serviceName" } ] }, "description": "Lists all diagnostics of the API Management service instance." }, "response": [ { "id": "0842306f-cfee-4562-a474-a99c89e05a35", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/diagnostics", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "diagnostics" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0842306f-cfee-4562-a474-a99c89e05a35" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5644e7be-4c61-4dc6-840e-f509477ee21d" } ], "id": "ff26fa22-1060-4456-ba12-d37ace7fd3dd", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-ff26fa22-1060-4456-ba12-d37ace7fd3dd" }, { "name": "gateways", "item": [ { "name": "{gatewayId}", "item": [ { "name": "apis", "item": [ { "name": "{apiId}", "item": [ { "name": "Microsoft Azure API Management GatewayApi_GetEntityTag", "id": "dfde60ff-a595-4799-ab61-1b033a5e8281", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "apis", ":apiId" ], "variable": [ { "id": "bf6f217c-b135-42d7-928a-bb1111ed5162", "key": "subscriptionId" }, { "id": "ec47ac29-71d7-4a2a-a676-a7ce94f92675", "key": "resourceGroupName" }, { "id": "9839d96b-10ea-410e-85af-cb09a3263d7a", "key": "serviceName" }, { "id": "8126a293-d86c-48a2-894a-2ffe9f91c84d", "key": "gatewayId" }, { "id": "ffb96711-7aa2-46f7-b994-6523de2b53a8", "key": "apiId" } ] }, "description": "Checks that API entity specified by identifier is associated with the Gateway entity." }, "response": [ { "id": "9a7ce8b5-679d-45a3-9abd-f0ba93b7a417", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9a7ce8b5-679d-45a3-9abd-f0ba93b7a417" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-dfde60ff-a595-4799-ab61-1b033a5e8281" }, { "name": "Microsoft Azure API Management GatewayApi_CreateOrUpdate", "id": "f46aa4b5-19d9-42de-a2c0-7a4dfcbf148d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "apis", ":apiId" ], "variable": [ { "id": "007ab9d8-e22e-4ecd-9ed9-6f98cb45ae07", "key": "subscriptionId" }, { "id": "1f396feb-1984-4220-87df-0912c278bed5", "key": "resourceGroupName" }, { "id": "63547f0b-4b74-401b-96bd-312a043c3ff9", "key": "serviceName" }, { "id": "ec691721-495c-43b6-9a5e-dc246793c77e", "key": "gatewayId" }, { "id": "f68d5909-6fe6-4b9f-adc3-c4742e71a2d6", "key": "apiId" } ] }, "description": "Adds an API to the specified Gateway." }, "response": [ { "id": "043ed474-0988-48bb-96f0-662138a77fcb", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-043ed474-0988-48bb-96f0-662138a77fcb" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f46aa4b5-19d9-42de-a2c0-7a4dfcbf148d" }, { "name": "Microsoft Azure API Management GatewayApi_Delete", "id": "b8051fff-1f1b-4a53-a7c9-53fdfdf00c01", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "apis", ":apiId" ], "variable": [ { "id": "4ebb352b-03f9-49f1-8884-3fa3b08a56ec", "key": "subscriptionId" }, { "id": "025336cc-3590-40ac-9d64-365720ec8b3a", "key": "resourceGroupName" }, { "id": "6113698e-7caf-440d-9588-375a4b0bf1f3", "key": "serviceName" }, { "id": "0d22bdc5-f252-42c9-8dee-fb1cf4693052", "key": "gatewayId" }, { "id": "86ff46a0-f6fd-4cd0-b885-656f68541ea9", "key": "apiId" } ] }, "description": "Deletes the specified API from the specified Gateway." }, "response": [ { "id": "72ce1a0e-b9ba-4e53-86aa-7c72e03f7665", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-72ce1a0e-b9ba-4e53-86aa-7c72e03f7665" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b8051fff-1f1b-4a53-a7c9-53fdfdf00c01" } ], "id": "3446db9a-0170-49f6-a68c-72599f4d5662", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-3446db9a-0170-49f6-a68c-72599f4d5662" }, { "name": "Microsoft Azure API Management GatewayApi_ListByService", "id": "873ff234-f067-4dc8-bf97-03230e02543e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/apis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "apis" ], "variable": [ { "id": "3d01ee38-835b-4fa9-a841-c4b4f91aca6f", "key": "subscriptionId" }, { "id": "d316f593-e797-4805-86e1-3f768fb3aa32", "key": "resourceGroupName" }, { "id": "dbabf9d6-fe23-4164-8121-d17dbf577609", "key": "serviceName" }, { "id": "87fc73db-61fe-4af3-8532-7addf46e202d", "key": "gatewayId" } ] }, "description": "Lists a collection of the APIs associated with a gateway." }, "response": [ { "id": "0b24559e-4ca9-4db3-8a60-28462909ce95", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/apis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "apis" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0b24559e-4ca9-4db3-8a60-28462909ce95" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-873ff234-f067-4dc8-bf97-03230e02543e" } ], "id": "3d4b78d4-473f-48eb-a0d2-882b90387654", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-3d4b78d4-473f-48eb-a0d2-882b90387654" }, { "name": "certificateAuthorities", "item": [ { "name": "{certificateId}", "item": [ { "name": "Microsoft Azure API Management GatewayCertificateAuthority_GetEntityTag", "id": "93c36745-e892-4412-b086-35701163661c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities", ":certificateId" ], "variable": [ { "id": "bdc67a9b-6e1b-48a4-8a06-cf558eeb6f44", "key": "subscriptionId" }, { "id": "e64161df-8106-41f4-b626-66bbcff104bc", "key": "resourceGroupName" }, { "id": "9cea7b93-7a14-4f34-9f99-f61a027af5ae", "key": "serviceName" }, { "id": "f87606e7-5017-4e7d-be4a-b9d09263c7f2", "key": "gatewayId" }, { "id": "1e40c6a5-2b7b-4fe7-a25b-99fd06ebfe37", "key": "certificateId" } ] }, "description": "Checks if Certificate entity is assigned to Gateway entity as Certificate Authority." }, "response": [ { "id": "8ec31813-afa8-4011-9fd1-4e59beb4110d", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities", ":certificateId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "certificateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8ec31813-afa8-4011-9fd1-4e59beb4110d" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-93c36745-e892-4412-b086-35701163661c" }, { "name": "Microsoft Azure API Management GatewayCertificateAuthority_Get", "id": "f1c65933-12ac-49bf-9e57-45dfc3e6de32", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities", ":certificateId" ], "variable": [ { "id": "238a53fa-5caf-40fe-a59a-125649154923", "key": "subscriptionId" }, { "id": "e6ef6fa8-3868-4232-a148-af7ba3dd85c3", "key": "resourceGroupName" }, { "id": "b7b93e2b-9fc1-4930-b0b8-55fcdf798108", "key": "serviceName" }, { "id": "f2dff92e-2414-49b0-a1e7-6c64e2c607fb", "key": "gatewayId" }, { "id": "0752f6fd-c2e4-46b0-a618-443072008235", "key": "certificateId" } ] }, "description": "Get assigned Gateway Certificate Authority details." }, "response": [ { "id": "024d6e37-2c7e-4796-b01e-83ce0c1d6e64", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities", ":certificateId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "certificateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-024d6e37-2c7e-4796-b01e-83ce0c1d6e64" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f1c65933-12ac-49bf-9e57-45dfc3e6de32" }, { "name": "Microsoft Azure API Management GatewayCertificateAuthority_CreateOrUpdate", "id": "37145bac-faaa-49e1-ad3b-e25d303238ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities", ":certificateId" ], "variable": [ { "id": "8d0c5cd6-603c-4573-9409-1696f6a98f3b", "key": "subscriptionId" }, { "id": "364e81d2-2b2d-4b15-a5de-894f2287ac84", "key": "resourceGroupName" }, { "id": "896c9cdf-329c-4098-8c83-07204813b4e1", "key": "serviceName" }, { "id": "7b4968e8-f1da-4060-b434-530a888943f2", "key": "gatewayId" }, { "id": "fbd83148-e85a-473d-94e3-bcb94941be26", "key": "certificateId" } ] }, "description": "Assign Certificate entity to Gateway entity as Certificate Authority." }, "response": [ { "id": "d6454a5e-290a-4061-96e2-791c6b5b346b", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities", ":certificateId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "certificateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d6454a5e-290a-4061-96e2-791c6b5b346b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-37145bac-faaa-49e1-ad3b-e25d303238ab" }, { "name": "Microsoft Azure API Management GatewayCertificateAuthority_Delete", "id": "b3080ba7-7a7a-458b-95f5-69f2221b48b8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities", ":certificateId" ], "variable": [ { "id": "132ef2ef-2ecb-4348-a10d-8f2556f51748", "key": "subscriptionId" }, { "id": "60bd0781-190e-4841-8f8e-5ab8f50d2791", "key": "resourceGroupName" }, { "id": "fd6693db-b952-4782-8a1a-98b079bce4d2", "key": "serviceName" }, { "id": "bdf4f6ad-0b8b-4929-b751-8a4d0ad5d19e", "key": "gatewayId" }, { "id": "fdbf47d4-b1d6-468a-b475-845cc6fe7bec", "key": "certificateId" } ] }, "description": "Remove relationship between Certificate Authority and Gateway entity." }, "response": [ { "id": "0c7cf336-3775-499b-bcb8-7c86f3e319ba", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities/:certificateId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities", ":certificateId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "certificateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0c7cf336-3775-499b-bcb8-7c86f3e319ba" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b3080ba7-7a7a-458b-95f5-69f2221b48b8" } ], "id": "35e25fae-9e09-43af-8021-3743604061e1", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-35e25fae-9e09-43af-8021-3743604061e1" }, { "name": "Microsoft Azure API Management GatewayCertificateAuthority_ListByService", "id": "7023a5b5-a315-4717-b2b9-0beb0fadae14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities" ], "variable": [ { "id": "7576fa8b-b636-4cfd-ac88-761c30d16356", "key": "subscriptionId" }, { "id": "1688b01e-0786-4193-ab3a-72708155e490", "key": "resourceGroupName" }, { "id": "9630c7db-00a7-407e-8447-276117c79377", "key": "serviceName" }, { "id": "3586dc70-dedb-4f83-ad6b-1774a78ac398", "key": "gatewayId" } ] }, "description": "Lists the collection of Certificate Authorities for the specified Gateway entity." }, "response": [ { "id": "d5bd9536-3d38-44d3-8083-f37c71f9a914", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/certificateAuthorities", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "certificateAuthorities" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d5bd9536-3d38-44d3-8083-f37c71f9a914" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7023a5b5-a315-4717-b2b9-0beb0fadae14" } ], "id": "7c02112f-6de5-4ce8-a3e6-a2f7e4082f22", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-7c02112f-6de5-4ce8-a3e6-a2f7e4082f22" }, { "name": "generateToken", "item": [ { "name": "Microsoft Azure API Management Gateway_GenerateToken", "id": "ff643731-5f48-4121-846a-c5d703e48a1e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/generateToken", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "generateToken" ], "variable": [ { "id": "43ead17f-8a11-48e0-a3ec-381c4b9a8541", "key": "subscriptionId" }, { "id": "1bac309a-bcd5-4c8a-a64c-4eda51c3d46d", "key": "resourceGroupName" }, { "id": "dfe35694-dcc0-47e6-b278-7f3b06d7dfbe", "key": "serviceName" }, { "id": "dc38f611-9392-4a4c-bb51-051631b506b1", "key": "gatewayId" } ] }, "description": "Gets the Shared Access Authorization Token for the gateway." }, "response": [ { "id": "931ab6c9-d617-463c-8d18-122f3f985734", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/generateToken", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "generateToken" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-931ab6c9-d617-463c-8d18-122f3f985734" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ff643731-5f48-4121-846a-c5d703e48a1e" } ], "id": "a93c25cb-116e-4d96-a70f-31ced8c16dc4", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-a93c25cb-116e-4d96-a70f-31ced8c16dc4" }, { "name": "hostnameConfigurations", "item": [ { "name": "{hcId}", "item": [ { "name": "Microsoft Azure API Management GatewayHostnameConfiguration_GetEntityTag", "id": "93c7b09c-816e-409a-be94-cd0c5e397bbd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations/:hcId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations", ":hcId" ], "variable": [ { "id": "db69b038-a72a-4a5f-a72b-ff776cf4091b", "key": "subscriptionId" }, { "id": "d29c4e34-961b-4f6b-9a64-57ab4bc747fc", "key": "resourceGroupName" }, { "id": "7965f809-2fbe-40da-9b19-ab9ae61c24dc", "key": "serviceName" }, { "id": "0db0c6f3-4f7b-45c6-892f-9ba027c7ef2a", "key": "gatewayId" }, { "id": "e5de3786-6286-4a6d-a711-99d9920a9cae", "key": "hcId" } ] }, "description": "Checks that hostname configuration entity specified by identifier exists for specified Gateway entity." }, "response": [ { "id": "9d7c004a-f077-4a82-bb57-23804210e76f", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations/:hcId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations", ":hcId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "hcId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9d7c004a-f077-4a82-bb57-23804210e76f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-93c7b09c-816e-409a-be94-cd0c5e397bbd" }, { "name": "Microsoft Azure API Management GatewayHostnameConfiguration_Get", "id": "203852bd-0208-4419-9eea-0a9cc773ef0c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations/:hcId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations", ":hcId" ], "variable": [ { "id": "99a89787-e34a-489f-aba8-18c9de7649f4", "key": "subscriptionId" }, { "id": "d0f48086-b24d-4fe9-900d-5e62b27e8f7e", "key": "resourceGroupName" }, { "id": "df8bba6b-a40b-4c14-8524-a27d7253b583", "key": "serviceName" }, { "id": "33eeebd8-c198-4d3b-ab4f-6020173f9726", "key": "gatewayId" }, { "id": "7754e1d3-fa4d-43f2-b5f1-26c0303b2e0d", "key": "hcId" } ] }, "description": "Get details of a hostname configuration" }, "response": [ { "id": "5bd5e1bd-90af-40ce-87bc-e86b6fe6e9e6", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations/:hcId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations", ":hcId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "hcId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5bd5e1bd-90af-40ce-87bc-e86b6fe6e9e6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-203852bd-0208-4419-9eea-0a9cc773ef0c" }, { "name": "Microsoft Azure API Management GatewayHostnameConfiguration_CreateOrUpdate", "id": "0936faf2-863e-44d7-898b-8dc11e812e79", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations/:hcId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations", ":hcId" ], "variable": [ { "id": "4ef1a05b-8889-4e98-a60e-c1148f42f5f7", "key": "subscriptionId" }, { "id": "3eb203b8-4015-43e1-830b-a9b2d1e6fa36", "key": "resourceGroupName" }, { "id": "4eff429b-be57-4495-8d66-c936e4fe50e2", "key": "serviceName" }, { "id": "0f3b7516-ae5e-48ba-81db-25c3fc72ebc9", "key": "gatewayId" }, { "id": "16386bb7-7601-46cc-b64e-e6732bb3ebdb", "key": "hcId" } ] }, "description": "Creates of updates hostname configuration for a Gateway." }, "response": [ { "id": "5b07e24e-f3bd-47ed-b930-9d7b961c76ed", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations/:hcId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations", ":hcId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "hcId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5b07e24e-f3bd-47ed-b930-9d7b961c76ed" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0936faf2-863e-44d7-898b-8dc11e812e79" }, { "name": "Microsoft Azure API Management GatewayHostnameConfiguration_Delete", "id": "f7af8e17-aa39-4e32-8e9d-21c390b9d959", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations/:hcId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations", ":hcId" ], "variable": [ { "id": "39a5c3eb-c7f5-4bb2-b9cc-91f7d5a9de9e", "key": "subscriptionId" }, { "id": "3fd91390-8f61-4360-90a3-a4e8a4325843", "key": "resourceGroupName" }, { "id": "ae9d62ac-8eb4-4865-a326-6426bfebdad6", "key": "serviceName" }, { "id": "0ca2f8ee-e4e7-4681-b4e4-5997746b8169", "key": "gatewayId" }, { "id": "517caed7-7113-4705-9470-4c5d8c68d649", "key": "hcId" } ] }, "description": "Deletes the specified hostname configuration from the specified Gateway." }, "response": [ { "id": "a147fd46-435e-433c-8b98-c96a646c7f82", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations/:hcId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations", ":hcId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" }, { "key": "hcId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a147fd46-435e-433c-8b98-c96a646c7f82" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f7af8e17-aa39-4e32-8e9d-21c390b9d959" } ], "id": "6d01dc67-ddc4-4052-bade-ce83723dd66c", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-6d01dc67-ddc4-4052-bade-ce83723dd66c" }, { "name": "Microsoft Azure API Management GatewayHostnameConfiguration_ListByService", "id": "569a9bfe-36ba-453d-98df-2d862491b5c7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations" ], "variable": [ { "id": "0dd45f20-7438-4636-b1e6-6197c97d741f", "key": "subscriptionId" }, { "id": "32c6a13c-33a1-44d6-bf4a-821546e2e369", "key": "resourceGroupName" }, { "id": "a2b0be23-1e85-49ab-b6d3-73662b4f0d85", "key": "serviceName" }, { "id": "ef703cdc-6546-4dd9-b052-351453db0238", "key": "gatewayId" } ] }, "description": "Lists the collection of hostname configurations for the specified gateway." }, "response": [ { "id": "1567c56e-a035-4e5c-92f0-8c5d0ccf2ae6", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/hostnameConfigurations", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "hostnameConfigurations" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1567c56e-a035-4e5c-92f0-8c5d0ccf2ae6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-569a9bfe-36ba-453d-98df-2d862491b5c7" } ], "id": "76d05d9b-5310-48f3-b2f9-da2a771db615", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-76d05d9b-5310-48f3-b2f9-da2a771db615" }, { "name": "invalidateDebugCredentials", "item": [ { "name": "Microsoft Azure API Management Gateway_InvalidateDebugCredentials", "id": "4586c58f-8845-4fda-ae49-8da8c48bfe03", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/invalidateDebugCredentials", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "invalidateDebugCredentials" ], "variable": [ { "id": "39fc892e-8552-440c-8798-09b041b8ba6d", "key": "subscriptionId" }, { "id": "56a4e993-b61b-40f9-95f8-e6a046db3046", "key": "resourceGroupName" }, { "id": "1a206d7d-084a-4a86-859d-01a4039009fd", "key": "serviceName" }, { "id": "2ad4dc9a-b846-4a7c-9bec-503338ccef9d", "key": "gatewayId" } ] }, "description": "Action is invalidating all debug credentials issued for gateway." }, "response": [ { "id": "3521e6c1-70be-4c7f-9b0d-623dfc587de0", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/invalidateDebugCredentials", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "invalidateDebugCredentials" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3521e6c1-70be-4c7f-9b0d-623dfc587de0" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4586c58f-8845-4fda-ae49-8da8c48bfe03" } ], "id": "f6060fa1-dc64-419a-977e-de928b966150", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f6060fa1-dc64-419a-977e-de928b966150" }, { "name": "listDebugCredentials", "item": [ { "name": "Microsoft Azure API Management Gateway_ListDebugCredentials", "id": "03fe75dc-51f8-4460-bd56-8739500a390e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/listDebugCredentials", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "listDebugCredentials" ], "variable": [ { "id": "49ef06c7-f118-4257-9df2-205f86362d54", "key": "subscriptionId" }, { "id": "df23789a-3dc7-4305-8d64-05666705f93f", "key": "resourceGroupName" }, { "id": "7bd248a9-dd4f-4fc8-bba6-f0cb4b4c0afa", "key": "serviceName" }, { "id": "f8822d0f-272c-4a33-9dcc-3ba30b4787a2", "key": "gatewayId" } ] }, "description": "Create new debug credentials for gateway." }, "response": [ { "id": "bfd4c33b-9513-455d-997f-fe3d26536411", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/listDebugCredentials", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "listDebugCredentials" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bfd4c33b-9513-455d-997f-fe3d26536411" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-03fe75dc-51f8-4460-bd56-8739500a390e" } ], "id": "fa91a3b5-e381-4f25-9e3a-c32fd2f9c95e", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-fa91a3b5-e381-4f25-9e3a-c32fd2f9c95e" }, { "name": "listKeys", "item": [ { "name": "Microsoft Azure API Management Gateway_ListKeys", "id": "0d4c1cc4-97dd-403d-977e-f7992680c031", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/listKeys", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "listKeys" ], "variable": [ { "id": "6508c0eb-b917-449c-8b54-d612a5fc4459", "key": "subscriptionId" }, { "id": "97993ddb-29f0-433d-8cde-29c36544c7c6", "key": "resourceGroupName" }, { "id": "9985ce93-e4bb-4a80-a4da-cb712fe0597c", "key": "serviceName" }, { "id": "8fb82204-2fab-4097-bb0d-29581f68b79f", "key": "gatewayId" } ] }, "description": "Retrieves gateway keys." }, "response": [ { "id": "01e78fe2-07fe-4e0e-bbe5-bc1602eea1cc", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/listKeys", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "listKeys" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-01e78fe2-07fe-4e0e-bbe5-bc1602eea1cc" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0d4c1cc4-97dd-403d-977e-f7992680c031" } ], "id": "f893c4c1-2c79-4a1c-9eee-1bddef717b9a", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f893c4c1-2c79-4a1c-9eee-1bddef717b9a" }, { "name": "listTrace", "item": [ { "name": "Microsoft Azure API Management Gateway_ListTrace", "id": "41689b5a-d944-4764-b814-4dcfbee2e9de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/listTrace", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "listTrace" ], "variable": [ { "id": "7a657c83-69e9-4e0f-a22e-3c813960f07c", "key": "subscriptionId" }, { "id": "766eb1af-3dd6-4023-92a7-4f79d152fb8f", "key": "resourceGroupName" }, { "id": "05b8aef5-61c3-47c8-96dd-2fb54565a4f1", "key": "serviceName" }, { "id": "75848670-47a8-4d85-ae41-bb64e7d33606", "key": "gatewayId" } ] }, "description": "Fetches trace collected by gateway." }, "response": [ { "id": "a112eae0-cb3a-40db-a273-1142999c79f0", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/listTrace", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "listTrace" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a112eae0-cb3a-40db-a273-1142999c79f0" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-41689b5a-d944-4764-b814-4dcfbee2e9de" } ], "id": "8408844d-b35c-42a7-b982-12834f278471", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-8408844d-b35c-42a7-b982-12834f278471" }, { "name": "regenerateKey", "item": [ { "name": "Microsoft Azure API Management Gateway_RegenerateKey", "id": "bec184fe-22c1-4418-8184-ca9b95653b75", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/regenerateKey", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "regenerateKey" ], "variable": [ { "id": "4a25b69b-823e-4110-9ecd-f98ae2f21df4", "key": "subscriptionId" }, { "id": "2ee5efb7-a0ee-43b9-8513-1098e0edbe8a", "key": "resourceGroupName" }, { "id": "7a87dc70-51c6-4934-857e-b5394ba6e245", "key": "serviceName" }, { "id": "b7c79817-b596-44d0-a9c4-bc65e5aeaffe", "key": "gatewayId" } ] }, "description": "Regenerates specified gateway key invalidating any tokens created with it." }, "response": [ { "id": "d8c30f33-a753-4633-b505-6fbefc8e5b92", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId/regenerateKey", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId", "regenerateKey" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d8c30f33-a753-4633-b505-6fbefc8e5b92" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bec184fe-22c1-4418-8184-ca9b95653b75" } ], "id": "21f85554-2aed-44a6-a475-5b55d2b2e108", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-21f85554-2aed-44a6-a475-5b55d2b2e108" }, { "name": "Microsoft Azure API Management Gateway_GetEntityTag", "id": "354023e2-61fe-4723-a9c6-2757e5e73517", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "id": "d3e8e947-b5c5-410c-937a-d25feae7a3b7", "key": "subscriptionId" }, { "id": "6668b361-7a7b-4ba7-97b9-2af0ef35518b", "key": "resourceGroupName" }, { "id": "0007a119-9e0a-4171-a532-b28496772e14", "key": "serviceName" }, { "id": "e9577525-65de-4026-a5e2-0a8fd54d71ff", "key": "gatewayId" } ] }, "description": "Gets the entity state (Etag) version of the Gateway specified by its identifier." }, "response": [ { "id": "7cbcc55a-0eac-4ac0-993d-b9bfc747906a", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7cbcc55a-0eac-4ac0-993d-b9bfc747906a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-354023e2-61fe-4723-a9c6-2757e5e73517" }, { "name": "Microsoft Azure API Management Gateway_Get", "id": "a36ff38b-bb53-4f5f-b599-e8b4bbe6c743", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "id": "39a9488b-4d46-416b-8a23-fa74035722d5", "key": "subscriptionId" }, { "id": "346a9329-842d-4b74-b90b-11c2f5761bb6", "key": "resourceGroupName" }, { "id": "e20900e5-1496-4b4c-80fc-e3392c384d0b", "key": "serviceName" }, { "id": "b36def46-a170-439b-8069-95de3918af99", "key": "gatewayId" } ] }, "description": "Gets the details of the Gateway specified by its identifier." }, "response": [ { "id": "e575b9ca-d09e-4420-a1f0-f7a212206f00", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e575b9ca-d09e-4420-a1f0-f7a212206f00" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a36ff38b-bb53-4f5f-b599-e8b4bbe6c743" }, { "name": "Microsoft Azure API Management Gateway_CreateOrUpdate", "id": "7dea69dd-79c8-4044-b6f1-f0024702dba4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "id": "1ebda682-f675-47c6-926e-b0951cbd0629", "key": "subscriptionId" }, { "id": "ef828cdb-a7a6-40a8-a9ee-ecdf1b531c34", "key": "resourceGroupName" }, { "id": "041c2c47-9529-409c-a200-1191ea91fad9", "key": "serviceName" }, { "id": "4d99e4c0-701c-41f2-8d22-0a2bf3980186", "key": "gatewayId" } ] }, "description": "Creates or updates a Gateway to be used in Api Management instance." }, "response": [ { "id": "8bf03b18-ef9e-4a46-9100-e824d6f3f4ac", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8bf03b18-ef9e-4a46-9100-e824d6f3f4ac" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7dea69dd-79c8-4044-b6f1-f0024702dba4" }, { "name": "Microsoft Azure API Management Gateway_Update", "id": "a7af846c-844e-497d-b15e-8308a7f66916", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "id": "4d709100-5574-46f9-b79f-6bbc007aa00d", "key": "subscriptionId" }, { "id": "6baa5a6e-8ab9-4c4a-9841-1257fb32c5aa", "key": "resourceGroupName" }, { "id": "f4aa058e-1ad2-4b23-a247-f0b50980e33a", "key": "serviceName" }, { "id": "00e570d3-2251-4cb5-8b0a-82dc4947c12a", "key": "gatewayId" } ] }, "description": "Updates the details of the gateway specified by its identifier." }, "response": [ { "id": "67e0505c-3307-4574-b181-00af358fee32", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-67e0505c-3307-4574-b181-00af358fee32" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a7af846c-844e-497d-b15e-8308a7f66916" }, { "name": "Microsoft Azure API Management Gateway_Delete", "id": "7ceae827-c50c-48e4-a4ff-f6a57f7fc424", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "id": "25682c66-35cd-4a5e-9c9f-cdb859d40cce", "key": "subscriptionId" }, { "id": "072b3dc4-cc15-4b62-b45d-5ccfd50b7f82", "key": "resourceGroupName" }, { "id": "72a4cd37-e2e3-400f-b26e-26be1bb21d49", "key": "serviceName" }, { "id": "aa05c0f4-c880-4a19-b636-a48603811ecf", "key": "gatewayId" } ] }, "description": "Deletes specific Gateway." }, "response": [ { "id": "c26142d9-027f-4c90-870d-b84c15710174", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways/:gatewayId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways", ":gatewayId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "gatewayId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c26142d9-027f-4c90-870d-b84c15710174" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7ceae827-c50c-48e4-a4ff-f6a57f7fc424" } ], "id": "9ea0e789-3cff-4471-98f4-9c0398ebc8e9", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-9ea0e789-3cff-4471-98f4-9c0398ebc8e9" }, { "name": "Microsoft Azure API Management Gateway_ListByService", "id": "d3b8c6da-8606-4af7-96be-3626ab276fb1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways" ], "variable": [ { "id": "41ba82d1-53c8-4960-b39e-9ccf138993b6", "key": "subscriptionId" }, { "id": "4caa78ee-cb1b-4419-bd9c-b05f84d9c621", "key": "resourceGroupName" }, { "id": "86930df9-6a47-4230-b8cc-9f364f4cf5bb", "key": "serviceName" } ] }, "description": "Lists a collection of gateways registered with service instance." }, "response": [ { "id": "f89ca0d6-d4e2-4460-95a7-3f58e7916f27", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/gateways", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "gateways" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f89ca0d6-d4e2-4460-95a7-3f58e7916f27" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d3b8c6da-8606-4af7-96be-3626ab276fb1" } ], "id": "7d1e8c2c-533c-4313-893f-c4344c77c442", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-7d1e8c2c-533c-4313-893f-c4344c77c442" }, { "name": "getssotoken", "item": [ { "name": "Microsoft Azure API Management ApiManagementService_GetSsoToken", "id": "f7203c4f-d559-443d-90cb-282d8629d18c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/getssotoken", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "getssotoken" ], "variable": [ { "id": "e2315d08-760c-4d8a-9df5-4e5cbd6d1347", "key": "subscriptionId" }, { "id": "326aa80d-6619-411b-854c-a25ea7a9d691", "key": "resourceGroupName" }, { "id": "a8de19c4-0701-482a-94d9-01d14ff54342", "key": "serviceName" } ] }, "description": "Gets the Single-Sign-On token for the API Management Service which is valid for 5 Minutes." }, "response": [ { "id": "5e7f50db-fac3-4a93-a052-a1e57a88ef21", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/getssotoken", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "getssotoken" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5e7f50db-fac3-4a93-a052-a1e57a88ef21" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f7203c4f-d559-443d-90cb-282d8629d18c" } ], "id": "f34a3a5a-dfef-4476-b86c-61609fbe8edf", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f34a3a5a-dfef-4476-b86c-61609fbe8edf" }, { "name": "groups", "item": [ { "name": "{groupId}", "item": [ { "name": "users", "item": [ { "name": "{userId}", "item": [ { "name": "Microsoft Azure API Management GroupUser_CheckEntityExists", "id": "266c664b-acc9-474f-9731-6e90cbd8901d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId", "users", ":userId" ], "variable": [ { "id": "7df3c0ce-5559-46d1-9ba1-f542bb4e72bc", "key": "subscriptionId" }, { "id": "dd1462a6-698f-4912-8457-37e44199a37c", "key": "resourceGroupName" }, { "id": "3ab4621f-937a-442c-bef2-c9bb9879d36a", "key": "serviceName" }, { "id": "80b2956e-12ff-4cb3-8314-e5940b121d54", "key": "groupId" }, { "id": "b6ed58d7-6ff2-403f-9968-3a43fe074987", "key": "userId" } ] }, "description": "Checks that user entity specified by identifier is associated with the group entity." }, "response": [ { "id": "651355ee-2c73-400f-a2eb-328df264946e", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId", "users", ":userId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "groupId" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-651355ee-2c73-400f-a2eb-328df264946e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-266c664b-acc9-474f-9731-6e90cbd8901d" }, { "name": "Microsoft Azure API Management GroupUser_Create", "id": "f5244ce7-4474-428d-b908-2ad82c2f1c8d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId", "users", ":userId" ], "variable": [ { "id": "383cd48e-8c9b-4692-872e-f3fc4307b6f8", "key": "subscriptionId" }, { "id": "af754a17-3348-4bdd-80d3-5af61d06ddb1", "key": "resourceGroupName" }, { "id": "6ab27468-f0f6-4653-810b-658a1ec55ea1", "key": "serviceName" }, { "id": "5d266590-f81c-4ad8-abdb-b9548e501065", "key": "groupId" }, { "id": "30bdf5b5-3b54-41ab-9f14-c31ce4e77c7c", "key": "userId" } ] }, "description": "Add existing user to existing group" }, "response": [ { "id": "366a9ab1-987d-4f87-9935-ec8154a0673f", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId", "users", ":userId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "groupId" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-366a9ab1-987d-4f87-9935-ec8154a0673f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f5244ce7-4474-428d-b908-2ad82c2f1c8d" }, { "name": "Microsoft Azure API Management GroupUser_Delete", "id": "22857169-d4fd-4bd6-9dff-eadccf167094", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId", "users", ":userId" ], "variable": [ { "id": "2a4582e5-515e-47d7-8bc3-7efae97fd03c", "key": "subscriptionId" }, { "id": "9dc35053-c8de-44db-b8f3-960cbbe9daf4", "key": "resourceGroupName" }, { "id": "4ee5b41e-05d7-4cb8-a917-3afbcf21eba5", "key": "serviceName" }, { "id": "e33ae35b-9529-441b-b54a-91bc5c1eb343", "key": "groupId" }, { "id": "fda97362-e71e-4eaf-a2f9-20d6f5bdf4ba", "key": "userId" } ] }, "description": "Remove existing user from existing group." }, "response": [ { "id": "687bf048-6566-4e4c-bdc1-662a92c12afc", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId", "users", ":userId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "groupId" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-687bf048-6566-4e4c-bdc1-662a92c12afc" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-22857169-d4fd-4bd6-9dff-eadccf167094" } ], "id": "fc1edf5e-8661-45c0-a51e-2f4e90923df9", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-fc1edf5e-8661-45c0-a51e-2f4e90923df9" }, { "name": "Microsoft Azure API Management GroupUser_List", "id": "8780b895-f417-4270-8ba4-45856b4a060c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId/users", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId", "users" ], "variable": [ { "id": "46db956d-61ce-4e58-825f-88e0c3bab03b", "key": "subscriptionId" }, { "id": "7185bd96-d19f-491b-bad3-a2b2476bb8d5", "key": "resourceGroupName" }, { "id": "f1358118-8b73-43f7-803a-cd0c12cb3360", "key": "serviceName" }, { "id": "6a74a8e0-9219-4b9e-a91b-db4f876c4718", "key": "groupId" } ] }, "description": "Lists a collection of user entities associated with the group." }, "response": [ { "id": "2e7e66d8-b0ca-4595-a6bb-a1e395768b0a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId/users", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId", "users" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2e7e66d8-b0ca-4595-a6bb-a1e395768b0a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8780b895-f417-4270-8ba4-45856b4a060c" } ], "id": "150b8b48-6bb1-4c6f-b15f-dcebbf5c00cc", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-150b8b48-6bb1-4c6f-b15f-dcebbf5c00cc" }, { "name": "Microsoft Azure API Management Group_GetEntityTag", "id": "5fba9549-94b3-4195-8dbf-dab604955000", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "id": "47f03c4c-3c77-4da1-9b50-aa433a85aa95", "key": "subscriptionId" }, { "id": "d68d10ef-662b-4e3c-9305-d1320265fcf8", "key": "resourceGroupName" }, { "id": "662f6681-73ba-4ea1-9283-e415ae49f6c4", "key": "serviceName" }, { "id": "eb65690b-ce64-43dc-96e9-72df3766aa58", "key": "groupId" } ] }, "description": "Gets the entity state (Etag) version of the group specified by its identifier." }, "response": [ { "id": "d1944d30-24ef-4571-9bab-c3362061df88", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d1944d30-24ef-4571-9bab-c3362061df88" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5fba9549-94b3-4195-8dbf-dab604955000" }, { "name": "Microsoft Azure API Management Group_Get", "id": "264dde60-19f0-45f7-b033-90fa25f18773", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "id": "f32dea5a-e7b9-4ce1-b582-22c8fe743645", "key": "subscriptionId" }, { "id": "0d9622ba-0169-4101-8ea7-7d3bab3360f9", "key": "resourceGroupName" }, { "id": "c55ead6c-6628-4e54-bf6d-a75e8e889552", "key": "serviceName" }, { "id": "42c8b817-8424-484b-9dce-1ed7dc112dfb", "key": "groupId" } ] }, "description": "Gets the details of the group specified by its identifier." }, "response": [ { "id": "fcc1857e-b68b-4c36-a20f-cf157f847a96", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-fcc1857e-b68b-4c36-a20f-cf157f847a96" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-264dde60-19f0-45f7-b033-90fa25f18773" }, { "name": "Microsoft Azure API Management Group_CreateOrUpdate", "id": "88ae1363-ff25-4d54-832f-56d0821ee4c6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "id": "1ae81fe5-f050-4d57-b84d-cebd5c5cafce", "key": "subscriptionId" }, { "id": "12716acc-456b-4f65-aea6-f2b7c29d7a78", "key": "resourceGroupName" }, { "id": "a9e63b7b-3f64-4cbb-897e-147c96e9a349", "key": "serviceName" }, { "id": "e54765cb-a476-4040-aa96-9cec273d67a1", "key": "groupId" } ] }, "description": "Creates or Updates a group." }, "response": [ { "id": "8699c0a9-0bee-48d0-a1d2-518cc7e0c670", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8699c0a9-0bee-48d0-a1d2-518cc7e0c670" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-88ae1363-ff25-4d54-832f-56d0821ee4c6" }, { "name": "Microsoft Azure API Management Group_Update", "id": "acd813a9-651d-4fc4-b5dc-e6cf5e778d2f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "id": "585182cf-b153-42a7-bb57-26a4cc8a6e88", "key": "subscriptionId" }, { "id": "63606afe-7ef5-4611-8982-9e7468be6047", "key": "resourceGroupName" }, { "id": "ffe202d3-5154-4f7d-8d9a-06863c2d5461", "key": "serviceName" }, { "id": "a8adef93-d3cf-4645-b6a7-d30a2e0614ac", "key": "groupId" } ] }, "description": "Updates the details of the group specified by its identifier." }, "response": [ { "id": "3d0845ce-02df-4017-8a5a-5590a8c36927", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3d0845ce-02df-4017-8a5a-5590a8c36927" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-acd813a9-651d-4fc4-b5dc-e6cf5e778d2f" }, { "name": "Microsoft Azure API Management Group_Delete", "id": "751890aa-8189-4a0b-b6ff-bced2fd32b0f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "id": "7ed2b653-f7f1-4756-ad3c-18f2c6311d27", "key": "subscriptionId" }, { "id": "1ac939da-b323-4980-a367-09df681a196a", "key": "resourceGroupName" }, { "id": "bb3e2fba-0d06-4401-901c-823583b131bd", "key": "serviceName" }, { "id": "db6933a2-4b81-495b-8d70-4d05ab8ed4e3", "key": "groupId" } ] }, "description": "Deletes specific group of the API Management service instance." }, "response": [ { "id": "2c081168-656c-4b3e-9de1-0daaf2d28804", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2c081168-656c-4b3e-9de1-0daaf2d28804" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-751890aa-8189-4a0b-b6ff-bced2fd32b0f" } ], "id": "1322f71e-a27d-4cb1-9ab1-64068ddd9ab7", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-1322f71e-a27d-4cb1-9ab1-64068ddd9ab7" }, { "name": "Microsoft Azure API Management Group_ListByService", "id": "57c5a7f8-01ea-458b-93fc-bfaeefef115b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups" ], "variable": [ { "id": "c38cf285-af75-4cdd-a3ab-627dfac66017", "key": "subscriptionId" }, { "id": "53119e41-1a4b-47a7-9230-9bbf1f9436de", "key": "resourceGroupName" }, { "id": "3b804ceb-5a23-4d3c-a18a-889caa95828e", "key": "serviceName" } ] }, "description": "Lists a collection of groups defined within a service instance." }, "response": [ { "id": "60430b14-ea48-4f97-b44d-0f68bdf38bbe", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/groups", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "groups" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-60430b14-ea48-4f97-b44d-0f68bdf38bbe" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-57c5a7f8-01ea-458b-93fc-bfaeefef115b" } ], "id": "e92c98ad-6ce1-4883-aa39-4ec0f73319e7", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-e92c98ad-6ce1-4883-aa39-4ec0f73319e7" }, { "name": "loggers", "item": [ { "name": "{loggerId}", "item": [ { "name": "Microsoft Azure API Management Logger_GetEntityTag", "id": "9a9e68b4-0037-4254-b496-e9e48b3b4719", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "id": "65a3d55c-7410-467d-a302-72f4bff3c0ab", "key": "subscriptionId" }, { "id": "f88e7589-9060-4ca6-8bba-b30bc3aaa7aa", "key": "resourceGroupName" }, { "id": "b3622123-6077-4c9f-9386-43e4f7770082", "key": "serviceName" }, { "id": "f8cae0b2-97ab-468a-8d9c-12077f1294cf", "key": "loggerId" } ] }, "description": "Gets the entity state (Etag) version of the logger specified by its identifier." }, "response": [ { "id": "047e275f-516d-4d4e-93d0-d73bb4442a19", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "loggerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-047e275f-516d-4d4e-93d0-d73bb4442a19" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9a9e68b4-0037-4254-b496-e9e48b3b4719" }, { "name": "Microsoft Azure API Management Logger_Get", "id": "f6b581c3-aaee-4328-b4f4-f33c9a1bac2c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "id": "b81fca0d-6b09-471b-8ac9-aa996ccbe04c", "key": "subscriptionId" }, { "id": "dc41baf6-6e66-42cd-96fb-aee21306b48f", "key": "resourceGroupName" }, { "id": "d089ae7e-8c3d-42c1-9fa5-49c3d1491085", "key": "serviceName" }, { "id": "ad3d6cda-f187-40d6-952b-53ddf4196ff1", "key": "loggerId" } ] }, "description": "Gets the details of the logger specified by its identifier." }, "response": [ { "id": "c420cdc0-ffb9-418b-b210-de83682afde6", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "loggerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c420cdc0-ffb9-418b-b210-de83682afde6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f6b581c3-aaee-4328-b4f4-f33c9a1bac2c" }, { "name": "Microsoft Azure API Management Logger_CreateOrUpdate", "id": "6d591549-26f4-4d30-964c-35e8fe1c124d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "id": "f1c3af7b-f2b1-4719-a2d8-c34b812d64ab", "key": "subscriptionId" }, { "id": "6c326dcf-0590-4682-bf75-43935a7495cc", "key": "resourceGroupName" }, { "id": "0f04eaec-cf55-4ecd-81aa-e967f3e98db9", "key": "serviceName" }, { "id": "a4581200-00f5-407d-8423-10b61ceaf73f", "key": "loggerId" } ] }, "description": "Creates or Updates a logger." }, "response": [ { "id": "a3f5fd83-db3f-4bd7-b21a-9ecd691199dc", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "loggerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a3f5fd83-db3f-4bd7-b21a-9ecd691199dc" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6d591549-26f4-4d30-964c-35e8fe1c124d" }, { "name": "Microsoft Azure API Management Logger_Update", "id": "7eabedfc-7ef3-413b-bbd8-0b808e095296", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "id": "fc51ff6e-615c-4d39-9ffe-de9368587f3c", "key": "subscriptionId" }, { "id": "71523886-8429-4c98-8d13-0cf5c840ac67", "key": "resourceGroupName" }, { "id": "4a5dd213-cd14-4f52-8b37-1f2010c0e692", "key": "serviceName" }, { "id": "5ea6e77e-5f51-4894-a948-3edcef6979b8", "key": "loggerId" } ] }, "description": "Updates an existing logger." }, "response": [ { "id": "2f061e9a-096c-452b-8902-2b106511a414", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "loggerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2f061e9a-096c-452b-8902-2b106511a414" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7eabedfc-7ef3-413b-bbd8-0b808e095296" }, { "name": "Microsoft Azure API Management Logger_Delete", "id": "e8f798d6-d19c-4a43-a065-37a97db56e17", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "id": "bb79fc02-28fb-4f32-9aa3-b64228b94d87", "key": "subscriptionId" }, { "id": "da59baae-5a71-467f-9739-826fa257d8f6", "key": "resourceGroupName" }, { "id": "d7cf73f5-fb10-4203-abe0-e573fd9ae4e4", "key": "serviceName" }, { "id": "870b04ab-20db-4118-907e-6be952a09628", "key": "loggerId" } ] }, "description": "Deletes the specified logger." }, "response": [ { "id": "b6cf739d-f6be-4a8a-877a-da0baf60867f", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers/:loggerId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers", ":loggerId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "loggerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b6cf739d-f6be-4a8a-877a-da0baf60867f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e8f798d6-d19c-4a43-a065-37a97db56e17" } ], "id": "2005679b-2381-4bf8-bc28-df48b5fcb075", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-2005679b-2381-4bf8-bc28-df48b5fcb075" }, { "name": "Microsoft Azure API Management Logger_ListByService", "id": "22645d61-9caa-4dab-b2d7-ecb15487e966", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers" ], "variable": [ { "id": "8fdd7ee8-f90b-46f2-ae03-d89c249695ec", "key": "subscriptionId" }, { "id": "19a2e6fd-e7e1-4746-9c34-2dc52be4b591", "key": "resourceGroupName" }, { "id": "3f61b9ed-1a28-45d3-9379-a2a0ccc2bdac", "key": "serviceName" } ] }, "description": "Lists a collection of loggers in the specified service instance." }, "response": [ { "id": "1fb4470d-1d7a-4bb8-8804-683c558d2c61", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/loggers", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "loggers" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1fb4470d-1d7a-4bb8-8804-683c558d2c61" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-22645d61-9caa-4dab-b2d7-ecb15487e966" } ], "id": "595ff7bd-835d-49f1-b36a-f5df053bb13d", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-595ff7bd-835d-49f1-b36a-f5df053bb13d" }, { "name": "migrateToStv2", "item": [ { "name": "Microsoft Azure API Management ApiManagementService_MigrateToStv2", "id": "041cdc36-8826-4ef4-a2c6-a5b970cd3786", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/migrateToStv2", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "migrateToStv2" ], "variable": [ { "id": "11503f19-c906-4dab-a40c-a06661c88c03", "key": "subscriptionId" }, { "id": "34dbd9c4-9c4f-485e-bf80-133ce23da384", "key": "resourceGroupName" }, { "id": "9328f39c-d002-4fa9-ba66-363ea9346557", "key": "serviceName" } ] }, "description": "Upgrades an API Management service to the Stv2 platform. For details refer to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is long running operation and could take several minutes to complete." }, "response": [ { "id": "bc8a3626-f983-43e2-9b0c-8cb3a929a985", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/migrateToStv2", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "migrateToStv2" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bc8a3626-f983-43e2-9b0c-8cb3a929a985" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-041cdc36-8826-4ef4-a2c6-a5b970cd3786" } ], "id": "3176808b-e6a6-454e-bb9e-af6295ed5412", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-3176808b-e6a6-454e-bb9e-af6295ed5412" }, { "name": "policies", "item": [ { "name": "{policyId}", "item": [ { "name": "Microsoft Azure API Management Policy_GetEntityTag", "id": "9abd097c-d4ab-426f-b790-5e34b2c8f205", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies", ":policyId" ], "variable": [ { "id": "95784db0-a73e-4907-ac9b-21acfe98d188", "key": "subscriptionId" }, { "id": "89ec517b-5118-490d-98f3-3f4616eebe6f", "key": "resourceGroupName" }, { "id": "4f15fc86-07be-4e18-bca6-b522918d3a01", "key": "serviceName" }, { "id": "90e3b8bb-2c6b-4787-b3d8-a0dd024f0cbf", "key": "policyId" } ] }, "description": "Gets the entity state (Etag) version of the Global policy definition in the Api Management service." }, "response": [ { "id": "c1ea85f1-f95d-42af-92b1-be0e0653ccf0", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c1ea85f1-f95d-42af-92b1-be0e0653ccf0" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9abd097c-d4ab-426f-b790-5e34b2c8f205" }, { "name": "Microsoft Azure API Management Policy_Get", "id": "b8350664-f688-4d84-931e-04d210c38a30", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies", ":policyId" ], "variable": [ { "id": "dfd06048-4f7e-4df5-be79-cd4e52711c68", "key": "subscriptionId" }, { "id": "a756e143-77ef-4744-a170-eaa8a08cea11", "key": "resourceGroupName" }, { "id": "ed5b4d21-b45d-4e9a-b808-389d27aaa543", "key": "serviceName" }, { "id": "88f79021-073d-4638-81d2-6fd25a9bed6d", "key": "policyId" } ] }, "description": "Get the Global policy definition of the Api Management service." }, "response": [ { "id": "b3fad28e-b791-4258-8a59-ed0ef9d2f302", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b3fad28e-b791-4258-8a59-ed0ef9d2f302" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b8350664-f688-4d84-931e-04d210c38a30" }, { "name": "Microsoft Azure API Management Policy_CreateOrUpdate", "id": "b3c3cc5f-6913-4433-9463-8004732054f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies", ":policyId" ], "variable": [ { "id": "e83c8530-4f9d-4254-a115-964ad09222e3", "key": "subscriptionId" }, { "id": "fcd2f9fb-50fd-4960-ad3e-6ec1059c8094", "key": "resourceGroupName" }, { "id": "eae08bd7-f9ec-4e69-8b51-36f72e57c336", "key": "serviceName" }, { "id": "f1e152da-d4e1-4fce-b49b-2fff2f2abaa5", "key": "policyId" } ] }, "description": "Creates or updates the global policy configuration of the Api Management service." }, "response": [ { "id": "6f1116c7-8712-4f21-9160-5bdbc74dfa4f", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6f1116c7-8712-4f21-9160-5bdbc74dfa4f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b3c3cc5f-6913-4433-9463-8004732054f3" }, { "name": "Microsoft Azure API Management Policy_Delete", "id": "1150eec3-5aac-4b2d-ada3-84c2a41a1a07", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies", ":policyId" ], "variable": [ { "id": "07a15b3a-04c3-429c-bd30-6d8047619953", "key": "subscriptionId" }, { "id": "e51234a1-66c4-438e-a8b6-99e2cec685d9", "key": "resourceGroupName" }, { "id": "96474849-67ec-4c97-a7a1-848331a68543", "key": "serviceName" }, { "id": "bdf6b8a5-8ca1-4259-83a9-560b44f513dc", "key": "policyId" } ] }, "description": "Deletes the global policy configuration of the Api Management Service." }, "response": [ { "id": "2ca42799-28db-4579-992d-a01a56ed3163", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2ca42799-28db-4579-992d-a01a56ed3163" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1150eec3-5aac-4b2d-ada3-84c2a41a1a07" } ], "id": "573e5e49-a4a2-4459-80f1-3c9bb1cc68a9", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-573e5e49-a4a2-4459-80f1-3c9bb1cc68a9" }, { "name": "Microsoft Azure API Management Policy_ListByService", "id": "b967f4fd-a692-4b75-979c-837602556d92", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies" ], "variable": [ { "id": "c58ac43a-5252-4300-8b68-a2ee41010d05", "key": "subscriptionId" }, { "id": "c86d24ec-e5b1-47da-917f-1839b2c69af2", "key": "resourceGroupName" }, { "id": "a229dc7b-f0d0-4813-8133-7c7fc3518129", "key": "serviceName" } ] }, "description": "Lists all the Global Policy definitions of the Api Management service." }, "response": [ { "id": "da832ade-951c-4b5b-aece-6c0c9c118a5e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/policies", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "policies" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-da832ade-951c-4b5b-aece-6c0c9c118a5e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b967f4fd-a692-4b75-979c-837602556d92" } ], "id": "52c1ab88-f206-4ee7-be64-fca914bfb95f", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-52c1ab88-f206-4ee7-be64-fca914bfb95f" }, { "name": "products", "item": [ { "name": "{productId}", "item": [ { "name": "apiLinks", "item": [ { "name": "{apiLinkId}", "item": [ { "name": "Microsoft Azure API Management ProductApiLink_Get", "id": "10aac1dc-0b96-4fb6-9d47-8993cc06bf36", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apiLinks", ":apiLinkId" ], "variable": [ { "id": "7bfdeb45-2809-4248-90ff-0792b27abe65", "key": "subscriptionId" }, { "id": "3c48f57c-4e62-4f5f-ac69-1df1f6364b3c", "key": "resourceGroupName" }, { "id": "68936e35-7410-4dce-82a4-046647619ae8", "key": "serviceName" }, { "id": "2d4842bb-dff7-4913-847b-0f3260fddf49", "key": "productId" }, { "id": "5f050919-35de-4e55-bb48-d7bc2bb0c914", "key": "apiLinkId" } ] }, "description": "Gets the API link for the product." }, "response": [ { "id": "ca764d58-4038-4f89-8a8d-da0445ff0bf2", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apiLinks", ":apiLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "apiLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ca764d58-4038-4f89-8a8d-da0445ff0bf2" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-10aac1dc-0b96-4fb6-9d47-8993cc06bf36" }, { "name": "Microsoft Azure API Management ProductApiLink_CreateOrUpdate", "id": "256cda7d-7461-45f9-91ea-9aa0800aed31", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apiLinks", ":apiLinkId" ], "variable": [ { "id": "0559413b-d640-4cc1-903c-c0d10e812af5", "key": "subscriptionId" }, { "id": "05f866d8-4d2e-49d2-90b3-67a4254d81ae", "key": "resourceGroupName" }, { "id": "0b5dfcbc-e224-4b74-96f8-79a5a975ab4b", "key": "serviceName" }, { "id": "e1cf1ec8-f197-49cf-85ba-72417c8452a3", "key": "productId" }, { "id": "e73756c7-efd7-4d1a-aeea-70d5378183ba", "key": "apiLinkId" } ] }, "description": "Adds an API to the specified product via link." }, "response": [ { "id": "7a5aab07-672e-42c8-8e5e-3d816318ead1", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apiLinks", ":apiLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "apiLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7a5aab07-672e-42c8-8e5e-3d816318ead1" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-256cda7d-7461-45f9-91ea-9aa0800aed31" }, { "name": "Microsoft Azure API Management ProductApiLink_Delete", "id": "a9c42405-5a78-45d6-887e-a39b224b4529", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apiLinks", ":apiLinkId" ], "variable": [ { "id": "3962cb41-0031-4465-8d21-ade7ed1a5451", "key": "subscriptionId" }, { "id": "43f96339-6ec5-4930-92c6-3cc56d699ff8", "key": "resourceGroupName" }, { "id": "c76dd8f9-0c5f-4420-a49c-2af50e54e64b", "key": "serviceName" }, { "id": "598cb5d3-ad9e-4274-81ee-40999c379e0f", "key": "productId" }, { "id": "6d52dc43-17d2-4df0-af15-c51dc40cb5a1", "key": "apiLinkId" } ] }, "description": "Deletes the specified API from the specified product." }, "response": [ { "id": "0978e1aa-cecd-418c-b109-4f78c6cd43c3", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apiLinks", ":apiLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "apiLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0978e1aa-cecd-418c-b109-4f78c6cd43c3" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a9c42405-5a78-45d6-887e-a39b224b4529" } ], "id": "7a7f1263-8613-4e66-afb7-75605bbdbc45", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-7a7f1263-8613-4e66-afb7-75605bbdbc45" }, { "name": "Microsoft Azure API Management ProductApiLink_ListByProduct", "id": "74634f5d-af22-4adb-b2ee-0873c7992ab3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apiLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apiLinks" ], "variable": [ { "id": "ae687dc4-c87e-49db-8cc7-b3f96bdc382e", "key": "subscriptionId" }, { "id": "ca4ab0f8-8070-4353-890b-91db382f55bf", "key": "resourceGroupName" }, { "id": "a3094262-b763-400d-90bb-3a7fc1f78f32", "key": "serviceName" }, { "id": "303fda2b-653e-4174-9f75-ebbf715eb669", "key": "productId" } ] }, "description": "Lists a collection of the API links associated with a product." }, "response": [ { "id": "b0ccb4dd-7539-4bdb-83a2-3ce25967976d", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apiLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apiLinks" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b0ccb4dd-7539-4bdb-83a2-3ce25967976d" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-74634f5d-af22-4adb-b2ee-0873c7992ab3" } ], "id": "e063554d-0ae3-4e4b-81c4-caa276cd7969", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-e063554d-0ae3-4e4b-81c4-caa276cd7969" }, { "name": "apis", "item": [ { "name": "{apiId}", "item": [ { "name": "Microsoft Azure API Management ProductApi_CheckEntityExists", "id": "18db4ae4-1144-447d-b556-9897bd9cbc5d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apis", ":apiId" ], "variable": [ { "id": "fa485967-7555-4d73-9d35-1c30f4218ba0", "key": "subscriptionId" }, { "id": "c598c3b1-8968-4f2b-9b8f-2309039c60cf", "key": "resourceGroupName" }, { "id": "1be0c086-bf60-4653-befb-804996ea19a8", "key": "serviceName" }, { "id": "b4e6fbc1-ba22-4b1f-bd48-cffae67b5bd2", "key": "productId" }, { "id": "bc3dab0c-67df-4a6e-bf93-4cdbaed90729", "key": "apiId" } ] }, "description": "Checks that API entity specified by identifier is associated with the Product entity." }, "response": [ { "id": "9ba50033-2d8d-4e4a-8184-e41cf9848207", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9ba50033-2d8d-4e4a-8184-e41cf9848207" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-18db4ae4-1144-447d-b556-9897bd9cbc5d" }, { "name": "Microsoft Azure API Management ProductApi_CreateOrUpdate", "id": "987632dd-aaf6-450c-8ea3-e3ee40b49475", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apis", ":apiId" ], "variable": [ { "id": "04abc84f-ee89-4410-bc3d-b9b632082dc2", "key": "subscriptionId" }, { "id": "d65dabcb-a561-4007-806a-9f9a728e6334", "key": "resourceGroupName" }, { "id": "467bf847-d8d6-4389-aa94-92edc7bd1029", "key": "serviceName" }, { "id": "e0abe00b-7c7c-4d5b-bad9-f2a2de54394d", "key": "productId" }, { "id": "6236cfed-63ce-4d2b-89cf-3e0fe33903a2", "key": "apiId" } ] }, "description": "Adds an API to the specified product." }, "response": [ { "id": "f8f156c9-139f-4303-bfd5-93223f81fe0a", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f8f156c9-139f-4303-bfd5-93223f81fe0a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-987632dd-aaf6-450c-8ea3-e3ee40b49475" }, { "name": "Microsoft Azure API Management ProductApi_Delete", "id": "eaac0bcd-31b4-49ff-bfe1-5cefbae498b1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apis", ":apiId" ], "variable": [ { "id": "4fe2e8a1-f692-4e42-a536-351cc85dc94b", "key": "subscriptionId" }, { "id": "39e5d3bb-ea10-4b4b-8159-9294874c617a", "key": "resourceGroupName" }, { "id": "b259b1d7-c4db-4f59-b576-7704ea060f4c", "key": "serviceName" }, { "id": "89bc187d-f974-41b1-aab2-1cdd149e2e9e", "key": "productId" }, { "id": "a1095d94-5889-40cf-941a-11803f7f7ed9", "key": "apiId" } ] }, "description": "Deletes the specified API from the specified product." }, "response": [ { "id": "fd964265-9a96-45bd-831a-9d9771c7e35e", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-fd964265-9a96-45bd-831a-9d9771c7e35e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-eaac0bcd-31b4-49ff-bfe1-5cefbae498b1" } ], "id": "fb733de5-e774-40f8-8a1d-96d6fd9e7ed6", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-fb733de5-e774-40f8-8a1d-96d6fd9e7ed6" }, { "name": "Microsoft Azure API Management ProductApi_ListByProduct", "id": "7986eb22-77a6-4604-ab99-3b9443a17796", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apis" ], "variable": [ { "id": "0e656913-ef38-4d84-b36d-198a0a9022eb", "key": "subscriptionId" }, { "id": "975e66e0-e34e-4821-84da-61427d75c03b", "key": "resourceGroupName" }, { "id": "35e71cd9-30ec-41fa-a494-e785a9748f8c", "key": "serviceName" }, { "id": "11f9f4ec-00de-4d6c-8568-d44969c0d53d", "key": "productId" } ] }, "description": "Lists a collection of the APIs associated with a product." }, "response": [ { "id": "892ede14-f667-4f1b-9600-e60010fcbf26", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/apis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "apis" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-892ede14-f667-4f1b-9600-e60010fcbf26" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7986eb22-77a6-4604-ab99-3b9443a17796" } ], "id": "2b07fa04-0aab-4e67-baf2-c22f0f4328cc", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-2b07fa04-0aab-4e67-baf2-c22f0f4328cc" }, { "name": "groupLinks", "item": [ { "name": "{groupLinkId}", "item": [ { "name": "Microsoft Azure API Management ProductGroupLink_Get", "id": "1dccec2a-0a72-46d4-aa8a-4e14f5dd8d59", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groupLinks/:groupLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groupLinks", ":groupLinkId" ], "variable": [ { "id": "256bb5e1-4bee-4dce-ba3d-dd9f7afcc251", "key": "subscriptionId" }, { "id": "895d114e-47a4-422f-887b-184f3d5bc8e5", "key": "resourceGroupName" }, { "id": "7b50f863-9f39-4784-b4f1-3398a61287d1", "key": "serviceName" }, { "id": "0957da5a-4a1d-4cf0-8dd8-b85b36e04d04", "key": "productId" }, { "id": "34a782f2-c6f4-4461-9dff-8d448ceb62b7", "key": "groupLinkId" } ] }, "description": "Gets the group link for the product." }, "response": [ { "id": "a5c6349e-1765-41ab-af09-a6f968278964", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groupLinks/:groupLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groupLinks", ":groupLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "groupLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a5c6349e-1765-41ab-af09-a6f968278964" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1dccec2a-0a72-46d4-aa8a-4e14f5dd8d59" }, { "name": "Microsoft Azure API Management ProductGroupLink_CreateOrUpdate", "id": "6bf0a464-61de-425f-b5a0-fd0ef5bb5d74", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groupLinks/:groupLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groupLinks", ":groupLinkId" ], "variable": [ { "id": "250a5b7b-f9a0-407a-a974-a6fb8d0599fb", "key": "subscriptionId" }, { "id": "b6a0810e-fa23-492b-970e-2624d2c9bf80", "key": "resourceGroupName" }, { "id": "31c5a0d4-6a2b-468f-85b7-6d5c8c502e84", "key": "serviceName" }, { "id": "bebfddf0-116a-4339-8765-1fcd8c9a1f56", "key": "productId" }, { "id": "5bdec0d3-d1fb-4104-a35c-08b0e7505279", "key": "groupLinkId" } ] }, "description": "Adds a group to the specified product via link." }, "response": [ { "id": "58dbb624-c21c-4525-836a-f86a2b9d2b11", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groupLinks/:groupLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groupLinks", ":groupLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "groupLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-58dbb624-c21c-4525-836a-f86a2b9d2b11" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6bf0a464-61de-425f-b5a0-fd0ef5bb5d74" }, { "name": "Microsoft Azure API Management ProductGroupLink_Delete", "id": "8ab37e74-4026-46ed-b2b0-e081c801c16c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groupLinks/:groupLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groupLinks", ":groupLinkId" ], "variable": [ { "id": "35f759cc-13ec-49f0-8f42-3f284076eedb", "key": "subscriptionId" }, { "id": "68fb678a-0d56-4f62-9f5d-4de66212f887", "key": "resourceGroupName" }, { "id": "816e469b-2016-4c69-8725-c35aa1b28ba0", "key": "serviceName" }, { "id": "e8d96272-46ac-4b6e-a8de-a22193787838", "key": "productId" }, { "id": "fe0d2947-5d3f-4f0f-8560-c8674db61572", "key": "groupLinkId" } ] }, "description": "Deletes the specified group from the specified product." }, "response": [ { "id": "7917b95e-79af-41b1-a6e5-4424a2abe662", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groupLinks/:groupLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groupLinks", ":groupLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "groupLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7917b95e-79af-41b1-a6e5-4424a2abe662" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8ab37e74-4026-46ed-b2b0-e081c801c16c" } ], "id": "1af57b76-324c-4d51-b14d-39573b412854", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-1af57b76-324c-4d51-b14d-39573b412854" }, { "name": "Microsoft Azure API Management ProductGroupLink_ListByProduct", "id": "19a8736a-4e8c-4f5c-b9d5-0129ff21987d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groupLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groupLinks" ], "variable": [ { "id": "5b176524-9a6b-48a5-92f8-a5a94f3f7133", "key": "subscriptionId" }, { "id": "27e847fa-5380-481d-8219-bcca2f440e3c", "key": "resourceGroupName" }, { "id": "49539c6e-4f18-4c70-8635-dadaefa5c40d", "key": "serviceName" }, { "id": "bd80a3ef-e518-436a-a37e-f129f9a90353", "key": "productId" } ] }, "description": "Lists a collection of the group links associated with a product." }, "response": [ { "id": "1a489158-1e48-4ae4-be7c-902428facbc2", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groupLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groupLinks" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1a489158-1e48-4ae4-be7c-902428facbc2" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-19a8736a-4e8c-4f5c-b9d5-0129ff21987d" } ], "id": "81b5d4d8-b1c5-4f06-ab84-9528a9019edf", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-81b5d4d8-b1c5-4f06-ab84-9528a9019edf" }, { "name": "groups", "item": [ { "name": "{groupId}", "item": [ { "name": "Microsoft Azure API Management ProductGroup_CheckEntityExists", "id": "f5375bb5-15cd-41a4-bfc1-b07e39fa5c13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groups", ":groupId" ], "variable": [ { "id": "bfcdd72a-cee9-443e-84e3-1e385457f0be", "key": "subscriptionId" }, { "id": "b0296a37-6f4a-4cfe-b08f-d1f083f79ae6", "key": "resourceGroupName" }, { "id": "e903f9bc-921a-41a7-93e3-2a721b7056b4", "key": "serviceName" }, { "id": "153cfcce-79d9-4184-b640-4dcd01fd2269", "key": "productId" }, { "id": "6d83c318-8715-4674-b002-f70c27461b16", "key": "groupId" } ] }, "description": "Checks that Group entity specified by identifier is associated with the Product entity." }, "response": [ { "id": "92a4fa4a-9678-4241-9987-fdd07256f834", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-92a4fa4a-9678-4241-9987-fdd07256f834" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f5375bb5-15cd-41a4-bfc1-b07e39fa5c13" }, { "name": "Microsoft Azure API Management ProductGroup_CreateOrUpdate", "id": "6d6b2348-fc60-4c0c-a8d7-8fc10a6853fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groups", ":groupId" ], "variable": [ { "id": "131023dc-9297-497f-9f40-fe7187de5e75", "key": "subscriptionId" }, { "id": "1004df94-f0bc-49b9-ba94-cff0599ff94b", "key": "resourceGroupName" }, { "id": "53332e14-bb1b-4b1c-9008-c58047cd19ad", "key": "serviceName" }, { "id": "03982945-eaa5-4b26-a186-7a24411d2167", "key": "productId" }, { "id": "d736c451-7680-407c-beae-3aa56ea76dc9", "key": "groupId" } ] }, "description": "Adds the association between the specified developer group with the specified product." }, "response": [ { "id": "de481f84-9835-40e2-88e4-e8d236cf1caf", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-de481f84-9835-40e2-88e4-e8d236cf1caf" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6d6b2348-fc60-4c0c-a8d7-8fc10a6853fb" }, { "name": "Microsoft Azure API Management ProductGroup_Delete", "id": "acae106a-192a-4ae7-8841-3d069c8245f4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groups", ":groupId" ], "variable": [ { "id": "ca374351-ce04-435c-809a-02e8f148e8c5", "key": "subscriptionId" }, { "id": "121b7ccf-b628-4005-ba83-9412f296c316", "key": "resourceGroupName" }, { "id": "381d1b5a-6e64-4c2c-8b28-5a9f40d02cb5", "key": "serviceName" }, { "id": "4619036e-06e7-4ff5-ae64-d7a7cf1dcce2", "key": "productId" }, { "id": "d6bb52a9-9f9b-469d-ba64-9f72c2e6ab97", "key": "groupId" } ] }, "description": "Deletes the association between the specified group and product." }, "response": [ { "id": "7edfdb4c-f002-4a02-b0e4-c5ee7be9600c", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7edfdb4c-f002-4a02-b0e4-c5ee7be9600c" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-acae106a-192a-4ae7-8841-3d069c8245f4" } ], "id": "68e6fc7c-5331-4778-b538-d1b0611cf404", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-68e6fc7c-5331-4778-b538-d1b0611cf404" }, { "name": "Microsoft Azure API Management ProductGroup_ListByProduct", "id": "f9ea1bf6-ae74-4180-bf2d-97123f10b378", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groups", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groups" ], "variable": [ { "id": "4027e4cf-64e6-4cae-9542-ea1ab5dd4de3", "key": "subscriptionId" }, { "id": "8141b916-1b04-483b-a509-a397d3c23663", "key": "resourceGroupName" }, { "id": "cc5729cd-be08-4a73-88d6-bac55a4ae0ee", "key": "serviceName" }, { "id": "7d5adc15-cf3b-4f5e-9551-dbcc4f643165", "key": "productId" } ] }, "description": "Lists the collection of developer groups associated with the specified product." }, "response": [ { "id": "4a9b722f-d19b-4fb2-9c19-8acfd6e45eb0", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/groups", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "groups" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4a9b722f-d19b-4fb2-9c19-8acfd6e45eb0" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f9ea1bf6-ae74-4180-bf2d-97123f10b378" } ], "id": "8fad82b3-1f2d-444f-86a0-d77c699b5f1d", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-8fad82b3-1f2d-444f-86a0-d77c699b5f1d" }, { "name": "policies", "item": [ { "name": "{policyId}", "item": [ { "name": "Microsoft Azure API Management ProductPolicy_GetEntityTag", "id": "8b9f432b-89d5-4037-b12f-3b18fe1980e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies", ":policyId" ], "variable": [ { "id": "a45234f5-3dde-4e44-9fe0-cd0940d6b15b", "key": "subscriptionId" }, { "id": "12d7c786-e815-462d-af4b-60a9f14a14df", "key": "resourceGroupName" }, { "id": "fb61f1f0-bf26-449a-a69c-c931f87ca4b8", "key": "serviceName" }, { "id": "6d55aa47-306b-499d-81b0-f4bae9097c3f", "key": "productId" }, { "id": "3b272fe6-6661-43f4-9298-b45177653f7a", "key": "policyId" } ] }, "description": "Get the ETag of the policy configuration at the Product level." }, "response": [ { "id": "536af714-515d-487f-80da-05e10eb9a3ec", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-536af714-515d-487f-80da-05e10eb9a3ec" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8b9f432b-89d5-4037-b12f-3b18fe1980e9" }, { "name": "Microsoft Azure API Management ProductPolicy_Get", "id": "5ee7fdf4-aacc-4ac3-99b0-34cd0f81615b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies", ":policyId" ], "variable": [ { "id": "b9965e82-1ddf-4fca-9032-91f034d76ec5", "key": "subscriptionId" }, { "id": "26815185-7f01-4f0c-991d-cfe51db5df09", "key": "resourceGroupName" }, { "id": "805e3d41-767e-4034-beea-f13b16157b63", "key": "serviceName" }, { "id": "4243793e-040d-4413-9dcd-767d335aeefb", "key": "productId" }, { "id": "9389f4d9-c718-4853-8a24-18c43a9878ab", "key": "policyId" } ] }, "description": "Get the policy configuration at the Product level." }, "response": [ { "id": "7d875013-f9f7-45af-a97e-ac74ebf6d510", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7d875013-f9f7-45af-a97e-ac74ebf6d510" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5ee7fdf4-aacc-4ac3-99b0-34cd0f81615b" }, { "name": "Microsoft Azure API Management ProductPolicy_CreateOrUpdate", "id": "ccc57350-02a8-423f-8ffb-c7562d4f72fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies", ":policyId" ], "variable": [ { "id": "c863ee84-10c4-4410-bf3a-79fc0a916540", "key": "subscriptionId" }, { "id": "bf1bdd08-c4de-43e1-a38b-9171b6dc4ed0", "key": "resourceGroupName" }, { "id": "9311bc96-6901-4e61-bf52-9a619e23bcbb", "key": "serviceName" }, { "id": "dc4002c7-185a-4278-a4f2-c84a8f1eb1c8", "key": "productId" }, { "id": "1923508b-a0d5-48e2-a238-7b2e55a974be", "key": "policyId" } ] }, "description": "Creates or updates policy configuration for the Product." }, "response": [ { "id": "3018619f-c746-4e0b-9e78-d8a96ff1ba66", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3018619f-c746-4e0b-9e78-d8a96ff1ba66" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ccc57350-02a8-423f-8ffb-c7562d4f72fc" }, { "name": "Microsoft Azure API Management ProductPolicy_Delete", "id": "ee529338-3546-41fe-9c74-77c7d95e22ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies", ":policyId" ], "variable": [ { "id": "d539c8c1-90a4-432e-b0d9-af862981c025", "key": "subscriptionId" }, { "id": "041307e4-c13a-45b6-8585-f120d87d82f0", "key": "resourceGroupName" }, { "id": "dfc26ee1-f729-487d-a4b6-d7a0a296af69", "key": "serviceName" }, { "id": "150fa3b3-dfa7-4983-ae87-7cb546a174d6", "key": "productId" }, { "id": "e44df761-45bf-4eb3-b490-c89acf04419b", "key": "policyId" } ] }, "description": "Deletes the policy configuration at the Product." }, "response": [ { "id": "3584e2ab-59ab-40f1-bd0f-76230e1e2b31", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3584e2ab-59ab-40f1-bd0f-76230e1e2b31" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ee529338-3546-41fe-9c74-77c7d95e22ef" } ], "id": "514b6fcf-de54-46c9-a4fa-47749ba42996", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-514b6fcf-de54-46c9-a4fa-47749ba42996" }, { "name": "Microsoft Azure API Management ProductPolicy_ListByProduct", "id": "74bfae36-50d4-4486-a4bf-cf52b41305d4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies" ], "variable": [ { "id": "bcf62c6f-232c-41fb-adf8-269b85683852", "key": "subscriptionId" }, { "id": "27b4fb3c-a080-4136-b2eb-5bbecf637a37", "key": "resourceGroupName" }, { "id": "c6c60de2-35f4-409e-b660-91845b5dfefd", "key": "serviceName" }, { "id": "62e8822a-d924-454c-b05f-150f2d8b676f", "key": "productId" } ] }, "description": "Get the policy configuration at the Product level." }, "response": [ { "id": "df99921f-545e-4d12-9d84-fd4cef07b54a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/policies", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "policies" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-df99921f-545e-4d12-9d84-fd4cef07b54a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-74bfae36-50d4-4486-a4bf-cf52b41305d4" } ], "id": "f69fe2e2-5b4a-4c41-ae89-4f3c12e39deb", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f69fe2e2-5b4a-4c41-ae89-4f3c12e39deb" }, { "name": "subscriptions", "item": [ { "name": "Microsoft Azure API Management ProductSubscriptions_List", "id": "100d6373-6ae8-43d2-ba0d-4bc1392e3ab7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "subscriptions" ], "variable": [ { "id": "9ccefd13-4a16-4754-ad7c-eabee681221b", "key": "subscriptionId" }, { "id": "c9d21a1f-6880-4e34-b8a2-1760557d5668", "key": "resourceGroupName" }, { "id": "5fafcdc6-c2ce-4e64-a63c-476d6d6cb766", "key": "serviceName" }, { "id": "8d0d31c3-1135-4af1-999d-77b1da4c90a5", "key": "productId" } ] }, "description": "Lists the collection of subscriptions to the specified product." }, "response": [ { "id": "00024600-4ea5-4217-8320-3f9d1deb7006", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "subscriptions" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-00024600-4ea5-4217-8320-3f9d1deb7006" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-100d6373-6ae8-43d2-ba0d-4bc1392e3ab7" } ], "id": "090592cb-29cd-4fac-aa84-6334bc34f414", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-090592cb-29cd-4fac-aa84-6334bc34f414" }, { "name": "tags", "item": [ { "name": "{tagId}", "item": [ { "name": "Microsoft Azure API Management Tag_GetEntityStateByProduct", "id": "594c1e47-cb9a-42d7-96a6-296e32c5137e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags", ":tagId" ], "variable": [ { "id": "9de6c981-4de7-4629-870e-690e452f679e", "key": "subscriptionId" }, { "id": "203d8499-0803-42c6-a727-7856276db67d", "key": "resourceGroupName" }, { "id": "db90ffdb-a3d2-4cea-a329-9452b2a7608f", "key": "serviceName" }, { "id": "65d2fc80-9687-4463-8ab6-1d55f5e823af", "key": "productId" }, { "id": "9105a055-7c2f-41e6-a995-b64a9457afaa", "key": "tagId" } ] }, "description": "Gets the entity state version of the tag specified by its identifier." }, "response": [ { "id": "b4773784-f33d-4d05-8d4b-17b32730aef7", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b4773784-f33d-4d05-8d4b-17b32730aef7" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-594c1e47-cb9a-42d7-96a6-296e32c5137e" }, { "name": "Microsoft Azure API Management Tag_GetByProduct", "id": "4a3804af-ceff-4cf8-a7d9-fef61063e91c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags", ":tagId" ], "variable": [ { "id": "b21c0e4b-bc87-4bc3-b080-2e2490f44804", "key": "subscriptionId" }, { "id": "879bb998-8a55-49e4-ac82-40c67e4085c6", "key": "resourceGroupName" }, { "id": "4549c8a3-a917-4ce8-866e-70a2d12325a8", "key": "serviceName" }, { "id": "00962a8a-d070-441c-8686-2b815824c0d6", "key": "productId" }, { "id": "8ae5ffef-8e0c-4c33-a761-03b55a3a15d5", "key": "tagId" } ] }, "description": "Get tag associated with the Product." }, "response": [ { "id": "b34dfd54-90c6-40be-9fcf-0d61eed5a29e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b34dfd54-90c6-40be-9fcf-0d61eed5a29e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4a3804af-ceff-4cf8-a7d9-fef61063e91c" }, { "name": "Microsoft Azure API Management Tag_AssignToProduct", "id": "2e3a8ae2-d7d3-46b7-97a5-8b085cd15b4a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags", ":tagId" ], "variable": [ { "id": "2417fd69-21e1-4062-87f0-f00f1dd5856c", "key": "subscriptionId" }, { "id": "e0c8bbdf-f5bf-4c58-8125-76ba04333256", "key": "resourceGroupName" }, { "id": "c4a4c552-12a7-4a05-b8f1-96a7d13af06c", "key": "serviceName" }, { "id": "88d58de6-d5f9-4d2c-9bfb-181c43d3514a", "key": "productId" }, { "id": "9659c90e-8a67-44ac-b3fc-8cad214553ce", "key": "tagId" } ] }, "description": "Assign tag to the Product." }, "response": [ { "id": "680ecc04-805e-43bd-bd2a-c70ffb9297b5", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-680ecc04-805e-43bd-bd2a-c70ffb9297b5" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2e3a8ae2-d7d3-46b7-97a5-8b085cd15b4a" }, { "name": "Microsoft Azure API Management Tag_DetachFromProduct", "id": "9ddc4980-2216-467e-ab9a-f0bcafbfe13a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags", ":tagId" ], "variable": [ { "id": "e24f6091-aa51-4b68-8eb9-b067beb8c7ba", "key": "subscriptionId" }, { "id": "fb1b9ca7-2bdf-4172-af84-f004079537d8", "key": "resourceGroupName" }, { "id": "43aa57f0-acf6-4ecd-833f-348fcfef8148", "key": "serviceName" }, { "id": "0f313752-896c-4741-9aa0-9574ad127488", "key": "productId" }, { "id": "85ba9f68-1dae-4167-84e2-955c1adf71c3", "key": "tagId" } ] }, "description": "Detach the tag from the Product." }, "response": [ { "id": "f4e06044-762b-48c9-b67e-5a041fb76654", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f4e06044-762b-48c9-b67e-5a041fb76654" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9ddc4980-2216-467e-ab9a-f0bcafbfe13a" } ], "id": "139edc3b-c57a-42cf-8f1e-b911d96cb056", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-139edc3b-c57a-42cf-8f1e-b911d96cb056" }, { "name": "Microsoft Azure API Management Tag_ListByProduct", "id": "b3743e51-b7ee-45d1-a9fb-f877d103170e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags" ], "variable": [ { "id": "76fffe0b-30ea-42ce-8999-97230b897b52", "key": "subscriptionId" }, { "id": "c8630075-dcab-4f39-8f0f-c434baeb996f", "key": "resourceGroupName" }, { "id": "7adf4cfa-8352-4bad-9e69-22e1a93f271b", "key": "serviceName" }, { "id": "ae827ca3-5190-4911-9e25-ccd37ae66931", "key": "productId" } ] }, "description": "Lists all Tags associated with the Product." }, "response": [ { "id": "20e773c1-6e65-43b1-bdf4-492d173b28ac", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/tags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "tags" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-20e773c1-6e65-43b1-bdf4-492d173b28ac" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b3743e51-b7ee-45d1-a9fb-f877d103170e" } ], "id": "bd4843c9-1260-48bd-8a63-96735d794a73", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-bd4843c9-1260-48bd-8a63-96735d794a73" }, { "name": "wikis", "item": [ { "name": "default", "item": [ { "name": "Microsoft Azure API Management ProductWiki_GetEntityTag", "id": "f2b972a2-d177-4c88-a347-6d1c18310e1d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "id": "5adc7c44-87e7-4035-b045-ec51a8792cca", "key": "subscriptionId" }, { "id": "80520e27-ffd6-424f-a5fb-876676dc3128", "key": "resourceGroupName" }, { "id": "904a9963-6175-4a69-9aac-7ed7808a978a", "key": "serviceName" }, { "id": "9f574e99-266a-47c5-b943-ab89d16e36f0", "key": "productId" } ] }, "description": "Gets the entity state (Etag) version of the Wiki for a Product specified by its identifier." }, "response": [ { "id": "b95ba410-b001-4d95-b5c4-1f47d31acdb8", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b95ba410-b001-4d95-b5c4-1f47d31acdb8" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f2b972a2-d177-4c88-a347-6d1c18310e1d" }, { "name": "Microsoft Azure API Management ProductWiki_Get", "id": "564fe5e0-ffb9-4b9b-9611-d209d943c635", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "id": "7a36adc4-e3e5-465c-ba6c-897cdb03904d", "key": "subscriptionId" }, { "id": "07f6b9ac-978a-4bad-8cb3-8cb44509c039", "key": "resourceGroupName" }, { "id": "1a567fe0-b8a3-45c4-a0d5-605dd16bf097", "key": "serviceName" }, { "id": "79785539-0e66-4702-9d22-91182b7c8f92", "key": "productId" } ] }, "description": "Gets the details of the Wiki for a Product specified by its identifier." }, "response": [ { "id": "ff8feffa-a1e6-4723-b1a6-bfb697dd8ef9", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ff8feffa-a1e6-4723-b1a6-bfb697dd8ef9" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-564fe5e0-ffb9-4b9b-9611-d209d943c635" }, { "name": "Microsoft Azure API Management ProductWiki_CreateOrUpdate", "id": "ef6d8aae-dabc-4e5b-b273-11348a74d6e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "id": "8f1bebf2-83bb-4f34-a43c-b77b1b122895", "key": "subscriptionId" }, { "id": "3471d4a9-7188-4b5a-9872-e7da12ae0d73", "key": "resourceGroupName" }, { "id": "eb36145d-e124-47ef-97b2-3d2030167fd2", "key": "serviceName" }, { "id": "e79dc362-366f-4fb0-836a-873b88b2419b", "key": "productId" } ] }, "description": "Creates a new Wiki for a Product or updates an existing one." }, "response": [ { "id": "1c14262e-64c4-4d5f-8b80-30a4d3233b97", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1c14262e-64c4-4d5f-8b80-30a4d3233b97" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ef6d8aae-dabc-4e5b-b273-11348a74d6e3" }, { "name": "Microsoft Azure API Management ProductWiki_Update", "id": "15da54af-ba6b-4e81-8b31-16239764b94f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "id": "d4f26cfc-ebdb-433c-95b5-a9cca0fb1f10", "key": "subscriptionId" }, { "id": "58132f92-5488-4d80-be7d-dd8c77a86e07", "key": "resourceGroupName" }, { "id": "2b06dbed-3475-4e74-802a-06226b0532d3", "key": "serviceName" }, { "id": "ff88c35c-5175-4720-8999-a88df3556691", "key": "productId" } ] }, "description": "Updates the details of the Wiki for a Product specified by its identifier." }, "response": [ { "id": "f4c8b8ea-4ec5-4094-b2d0-77b704d80c74", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f4c8b8ea-4ec5-4094-b2d0-77b704d80c74" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-15da54af-ba6b-4e81-8b31-16239764b94f" }, { "name": "Microsoft Azure API Management ProductWiki_Delete", "id": "0728d7de-f3dc-4b6c-bfea-73bc1e4cf265", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "id": "94d5a1a7-976a-4fa2-adca-4ab8662d0677", "key": "subscriptionId" }, { "id": "8f8d38bf-1267-40f1-934d-4b6d0cb91cc2", "key": "resourceGroupName" }, { "id": "d3fe795f-c8a9-45bd-b8e1-3de7c70a5beb", "key": "serviceName" }, { "id": "3a9b576e-d81f-4e9f-bf67-241fa6559fb7", "key": "productId" } ] }, "description": "Deletes the specified Wiki from a Product." }, "response": [ { "id": "102863ed-e685-4130-86c0-ab0af76373c5", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis/default", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis", "default" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-102863ed-e685-4130-86c0-ab0af76373c5" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0728d7de-f3dc-4b6c-bfea-73bc1e4cf265" } ], "id": "8c790b07-ea4c-4e06-8b8a-ddd32291f826", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-8c790b07-ea4c-4e06-8b8a-ddd32291f826" }, { "name": "Microsoft Azure API Management ProductWikis_list", "id": "a14c5d80-f48a-4860-8d16-5466db777b75", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis" ], "variable": [ { "id": "75018d9d-3d39-44af-984d-c69f6c0b5ad1", "key": "subscriptionId" }, { "id": "5075264c-7ffd-4a8a-9e16-d8b42b7e0a1a", "key": "resourceGroupName" }, { "id": "c23e0d2f-6140-462c-bafc-9cb0583c589e", "key": "serviceName" }, { "id": "b49aca8c-b024-4511-86e6-42c5b8273b32", "key": "productId" } ] }, "description": "Gets the details of the Wiki for a Product specified by its identifier." }, "response": [ { "id": "cf8461e2-9840-4cc2-8ed1-1aaaf36651eb", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId/wikis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId", "wikis" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-cf8461e2-9840-4cc2-8ed1-1aaaf36651eb" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a14c5d80-f48a-4860-8d16-5466db777b75" } ], "id": "aad1edd1-c406-46aa-8dfc-1b0391a63aa9", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-aad1edd1-c406-46aa-8dfc-1b0391a63aa9" }, { "name": "Microsoft Azure API Management Product_GetEntityTag", "id": "8be59df5-7cd3-463f-8d64-59ef68d7fac8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "id": "e00cc1d9-7f7d-4c1e-86a7-50f9e3d14cef", "key": "subscriptionId" }, { "id": "9bf4278d-abc3-4806-b2fa-c93ba8741881", "key": "resourceGroupName" }, { "id": "d281f9f1-c74f-48f6-92eb-f3cd135b8c81", "key": "serviceName" }, { "id": "0773063d-20d0-484f-97e6-ace5b171dd89", "key": "productId" } ] }, "description": "Gets the entity state (Etag) version of the product specified by its identifier." }, "response": [ { "id": "bfdded55-30cc-4e6d-acd4-ac531b79827a", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bfdded55-30cc-4e6d-acd4-ac531b79827a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8be59df5-7cd3-463f-8d64-59ef68d7fac8" }, { "name": "Microsoft Azure API Management Product_Get", "id": "b996093e-fb5b-4e55-9f5f-152b2345e33d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "id": "81880d2a-b1d3-44b2-9415-fb357c9520a3", "key": "subscriptionId" }, { "id": "8a17c8a8-f8ed-4d4a-ae80-540e63f4e91a", "key": "resourceGroupName" }, { "id": "65552923-6762-43a8-8516-081bfd4cc5d9", "key": "serviceName" }, { "id": "846fd1ab-842f-44ee-8227-dbbd7a99873e", "key": "productId" } ] }, "description": "Gets the details of the product specified by its identifier." }, "response": [ { "id": "4d80f1b2-41f1-4c7d-97d2-ed33f99658b7", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4d80f1b2-41f1-4c7d-97d2-ed33f99658b7" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b996093e-fb5b-4e55-9f5f-152b2345e33d" }, { "name": "Microsoft Azure API Management Product_CreateOrUpdate", "id": "81156956-3a50-463a-bd66-4b54848e6680", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "id": "36b81aa1-a5df-4e96-b0a5-352d0309c76f", "key": "subscriptionId" }, { "id": "7931da64-5dfe-4f4d-9887-5f6872a5cca6", "key": "resourceGroupName" }, { "id": "eeb73042-ef13-45f4-bbf6-5fe48f26bfb4", "key": "serviceName" }, { "id": "b222c32b-756e-4885-a021-0850c18b60fa", "key": "productId" } ] }, "description": "Creates or Updates a product." }, "response": [ { "id": "f3a7c4ee-72bb-4fec-a7c3-030832776b25", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f3a7c4ee-72bb-4fec-a7c3-030832776b25" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-81156956-3a50-463a-bd66-4b54848e6680" }, { "name": "Microsoft Azure API Management Product_Update", "id": "a5fb772f-d243-400e-9b2b-5d95fa0e7166", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "id": "2a931b16-7aba-41a2-9b30-d609bbab24a3", "key": "subscriptionId" }, { "id": "3a8c7d41-ad50-4b01-8bb4-2ed82dc59d4b", "key": "resourceGroupName" }, { "id": "827ba8d9-2f53-484d-a757-7a798d0552c5", "key": "serviceName" }, { "id": "097e5ae4-6e08-4f91-b0e2-9755bbe46478", "key": "productId" } ] }, "description": "Update existing product details." }, "response": [ { "id": "4d9c8ae8-6ee9-4358-95da-0e9b0cd47f56", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4d9c8ae8-6ee9-4358-95da-0e9b0cd47f56" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a5fb772f-d243-400e-9b2b-5d95fa0e7166" }, { "name": "Microsoft Azure API Management Product_Delete", "id": "5ac42f1d-d948-4b01-b3e6-aa64fc134f96", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "id": "3ebfe5a3-fce7-43b0-a9ba-1c0d95709e87", "key": "subscriptionId" }, { "id": "d868f755-182d-434a-b777-7c1d67cc9c35", "key": "resourceGroupName" }, { "id": "8e744875-ac6e-4817-b95f-387075d95bcf", "key": "serviceName" }, { "id": "b2f1f8bf-d6f6-4372-8689-1a54954c9e0a", "key": "productId" } ] }, "description": "Delete product." }, "response": [ { "id": "73f1f2b1-7373-486d-a1c9-3440c74231f8", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-73f1f2b1-7373-486d-a1c9-3440c74231f8" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5ac42f1d-d948-4b01-b3e6-aa64fc134f96" } ], "id": "0f8eb09b-569a-4032-b611-daad42fe83c9", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-0f8eb09b-569a-4032-b611-daad42fe83c9" }, { "name": "Microsoft Azure API Management Product_ListByService", "id": "d6d95201-2330-4788-9fe8-df48e2388e78", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products" ], "variable": [ { "id": "7e41b3a1-c3d7-4721-a262-22d9f8bb77c3", "key": "subscriptionId" }, { "id": "bec7b8dc-d699-478d-b842-7bc843bc68d9", "key": "resourceGroupName" }, { "id": "682671f7-6e84-4ef2-af47-7515688d4ff4", "key": "serviceName" } ] }, "description": "Lists a collection of products in the specified service instance." }, "response": [ { "id": "186631c8-72db-425f-ab49-e8069e75602b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/products", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "products" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-186631c8-72db-425f-ab49-e8069e75602b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d6d95201-2330-4788-9fe8-df48e2388e78" } ], "id": "d84c8a4c-c273-4c1d-bdce-f6f228407987", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-d84c8a4c-c273-4c1d-bdce-f6f228407987" }, { "name": "restore", "item": [ { "name": "Microsoft Azure API Management ApiManagementService_Restore", "id": "c386a7b0-eb4d-4de3-8a0f-bdb1c9b60235", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/restore", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "restore" ], "variable": [ { "id": "87f03291-0218-4eb2-8890-a05961ca498d", "key": "subscriptionId" }, { "id": "15c8f427-aef7-4567-9562-900b4f5b820b", "key": "resourceGroupName" }, { "id": "325fe360-c478-4e0f-997f-c2ba14f308cc", "key": "serviceName" } ] }, "description": "Restores a backup of an API Management service created using the ApiManagementService_Backup operation on the current service. This is a long running operation and could take several minutes to complete." }, "response": [ { "id": "0b148f85-f7b7-4e9d-b62f-0e9a60d66639", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/restore", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "restore" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0b148f85-f7b7-4e9d-b62f-0e9a60d66639" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c386a7b0-eb4d-4de3-8a0f-bdb1c9b60235" } ], "id": "e75486bb-6307-47f7-8a31-6a2827e79a92", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-e75486bb-6307-47f7-8a31-6a2827e79a92" }, { "name": "skus", "item": [ { "name": "Microsoft Azure API Management Gets Available SKUs for API Management Service", "id": "8dcb40de-5ba5-4a72-9771-31f5290e3e44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/skus", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "skus" ], "variable": [ { "id": "de93c728-25eb-4da4-9f8a-e9a4e33892ba", "key": "subscriptionId" }, { "id": "26bd9035-2401-448e-bbd0-a8c1df0a5edb", "key": "resourceGroupName" }, { "id": "6525d88b-ae44-4cf1-b493-3f150e5e72cd", "key": "serviceName" } ] }, "description": "Gets all available SKU for a given API Management service" }, "response": [ { "id": "0cddab45-8d5f-4213-8204-6c9953e17fa1", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/skus", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "skus" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0cddab45-8d5f-4213-8204-6c9953e17fa1" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8dcb40de-5ba5-4a72-9771-31f5290e3e44" } ], "id": "21ea4dcf-1ff2-49c0-ab9e-a64d44b218a7", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-21ea4dcf-1ff2-49c0-ab9e-a64d44b218a7" }, { "name": "subscriptions", "item": [ { "name": "{sid}", "item": [ { "name": "listSecrets", "item": [ { "name": "Microsoft Azure API Management Subscription_ListSecrets", "id": "cade5bd6-1322-4bec-b40a-5081de937f3e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid/listSecrets", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid", "listSecrets" ], "variable": [ { "id": "b43ee084-533b-42cd-a616-3fa1cc0b1594", "key": "subscriptionId" }, { "id": "d20f5c26-387e-4e8d-afc7-de4b17c96c29", "key": "resourceGroupName" }, { "id": "28775371-1b55-4646-b22d-c0c4fc6ba5ef", "key": "serviceName" }, { "id": "3868142b-00b7-42db-afb3-ee74c3bc7969", "key": "sid" } ] }, "description": "Gets the specified Subscription keys." }, "response": [ { "id": "371bf3fa-103e-435f-9ee5-c268222fd96a", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid/listSecrets", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid", "listSecrets" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-371bf3fa-103e-435f-9ee5-c268222fd96a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-cade5bd6-1322-4bec-b40a-5081de937f3e" } ], "id": "406f7180-3946-4a12-86dd-4a32c5724c67", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-406f7180-3946-4a12-86dd-4a32c5724c67" }, { "name": "regeneratePrimaryKey", "item": [ { "name": "Microsoft Azure API Management Subscription_RegeneratePrimaryKey", "id": "9e4c5d62-f48d-4939-be1a-108d31148311", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid/regeneratePrimaryKey", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid", "regeneratePrimaryKey" ], "variable": [ { "id": "073e56c1-2665-43fa-80c7-0825fd672f91", "key": "subscriptionId" }, { "id": "307b9d8f-9cd6-40b3-9012-9f493eefd95e", "key": "resourceGroupName" }, { "id": "5af21287-80d9-48c3-aeb8-8b85e7fa4b43", "key": "serviceName" }, { "id": "c66eade2-1a42-4b30-a1b3-5645eb3f1c56", "key": "sid" } ] }, "description": "Regenerates primary key of existing subscription of the API Management service instance." }, "response": [ { "id": "29609103-482b-46f3-84a4-6c1087c0adab", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid/regeneratePrimaryKey", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid", "regeneratePrimaryKey" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-29609103-482b-46f3-84a4-6c1087c0adab" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9e4c5d62-f48d-4939-be1a-108d31148311" } ], "id": "96850ad3-6987-4586-bdbd-af9f51d0e948", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-96850ad3-6987-4586-bdbd-af9f51d0e948" }, { "name": "regenerateSecondaryKey", "item": [ { "name": "Microsoft Azure API Management Subscription_RegenerateSecondaryKey", "id": "8179b5a8-87df-4154-9376-470d741e7f1a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid/regenerateSecondaryKey", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid", "regenerateSecondaryKey" ], "variable": [ { "id": "bd446770-3681-4b2d-bb35-25078e8efda7", "key": "subscriptionId" }, { "id": "ce8d88e1-d183-4c23-b17d-e544313fb3ba", "key": "resourceGroupName" }, { "id": "ff13d0f7-a955-4a06-bf23-7266a4268477", "key": "serviceName" }, { "id": "b1ed482f-cda8-4470-9ee6-06bf8e289cb1", "key": "sid" } ] }, "description": "Regenerates secondary key of existing subscription of the API Management service instance." }, "response": [ { "id": "724d643c-e9cf-4e92-9b7f-62988f918039", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid/regenerateSecondaryKey", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid", "regenerateSecondaryKey" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-724d643c-e9cf-4e92-9b7f-62988f918039" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8179b5a8-87df-4154-9376-470d741e7f1a" } ], "id": "55d1e5bb-95e5-4dcf-b480-94b37e4ea61d", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-55d1e5bb-95e5-4dcf-b480-94b37e4ea61d" }, { "name": "Microsoft Azure API Management Subscription_GetEntityTag", "id": "8bc9f9a1-75a7-4bf5-96f7-c1760bb53c52", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "id": "dd03e74f-d644-4d85-ad5c-060e16ad5157", "key": "subscriptionId" }, { "id": "7aeff13d-446d-4ec5-af14-3fd6642610c5", "key": "resourceGroupName" }, { "id": "e2b71128-30b7-4618-817c-af291c87dd73", "key": "serviceName" }, { "id": "85273871-fc99-4192-b939-6ea5074de579", "key": "sid" } ] }, "description": "Gets the entity state (Etag) version of the apimanagement subscription specified by its identifier." }, "response": [ { "id": "2a8a243b-b7fe-404b-8be3-5900444952e9", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2a8a243b-b7fe-404b-8be3-5900444952e9" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8bc9f9a1-75a7-4bf5-96f7-c1760bb53c52" }, { "name": "Microsoft Azure API Management Subscription_Get", "id": "3baba637-d78f-474c-9c6d-0dcfad06b918", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "id": "7d18fc1d-4d06-4cfd-a5d7-c96cdfb987a5", "key": "subscriptionId" }, { "id": "2e6f87fa-9e20-4749-a8fb-74b082e7b1f5", "key": "resourceGroupName" }, { "id": "d4af262b-bab3-4394-abfc-9ad3260118a8", "key": "serviceName" }, { "id": "5906155d-9529-47cc-b3f9-2e8a98c276ef", "key": "sid" } ] }, "description": "Gets the specified Subscription entity." }, "response": [ { "id": "d526cdb3-138f-4b05-b42d-e66ae8dc15cd", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d526cdb3-138f-4b05-b42d-e66ae8dc15cd" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3baba637-d78f-474c-9c6d-0dcfad06b918" }, { "name": "Microsoft Azure API Management Subscription_CreateOrUpdate", "id": "1c61d905-e20d-4b20-870f-da418a80f385", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "id": "3697b7f9-0d9c-4958-8c6b-d1711513fbdf", "key": "subscriptionId" }, { "id": "75edce0e-af6b-4f61-b61b-96ce98147675", "key": "resourceGroupName" }, { "id": "dbe1654c-405b-4eb1-94d3-2ef4c410ca43", "key": "serviceName" }, { "id": "0ff61dea-22f3-4c24-9830-f99da42f8a06", "key": "sid" } ] }, "description": "Creates or updates the subscription of specified user to the specified product." }, "response": [ { "id": "ae00ab01-6afc-45f2-8717-3cf97e91cdb0", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ae00ab01-6afc-45f2-8717-3cf97e91cdb0" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1c61d905-e20d-4b20-870f-da418a80f385" }, { "name": "Microsoft Azure API Management Subscription_Update", "id": "dbb1cb23-efd9-4063-ada5-342d6248f871", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "id": "9946e4cf-fd2d-4fc9-ac3b-91a9c67f5997", "key": "subscriptionId" }, { "id": "c868020a-8d9b-4d7d-b4a7-363fbc395908", "key": "resourceGroupName" }, { "id": "4b6bc2bd-593e-4b21-a2cb-5dd47cb7108d", "key": "serviceName" }, { "id": "01b2e630-a690-496e-81a4-330d58e2177b", "key": "sid" } ] }, "description": "Updates the details of a subscription specified by its identifier." }, "response": [ { "id": "98d36b09-42d3-4eb0-ac40-50cf4cb36b5c", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-98d36b09-42d3-4eb0-ac40-50cf4cb36b5c" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-dbb1cb23-efd9-4063-ada5-342d6248f871" }, { "name": "Microsoft Azure API Management Subscription_Delete", "id": "73767f25-433e-42a0-8d52-2474658720fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "id": "e29c5283-5c6a-4465-a9cd-baa9a42d6cfc", "key": "subscriptionId" }, { "id": "82fbe9f1-3208-4aef-903e-cbe8bdf4ee06", "key": "resourceGroupName" }, { "id": "9ca6dfd9-60d8-41b7-8762-bc6c199114cc", "key": "serviceName" }, { "id": "101feb33-8b5e-423e-a017-227054e40139", "key": "sid" } ] }, "description": "Deletes the specified subscription." }, "response": [ { "id": "144898df-d4a1-475e-9334-b703fca96dbe", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-144898df-d4a1-475e-9334-b703fca96dbe" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-73767f25-433e-42a0-8d52-2474658720fb" } ], "id": "2fa8144e-18a5-43bb-bb45-990e80a01755", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-2fa8144e-18a5-43bb-bb45-990e80a01755" }, { "name": "Microsoft Azure API Management Subscription_List", "id": "f0e0c3d8-ca19-470f-adb1-dba712291e90", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions" ], "variable": [ { "id": "7cb19fff-1ac8-4f77-8fa3-c3302296d578", "key": "subscriptionId" }, { "id": "ac486f2c-9be7-45d6-a058-911d1be518b2", "key": "resourceGroupName" }, { "id": "1aa1a1fe-3757-41f8-a2d4-781e32faaed3", "key": "serviceName" } ] }, "description": "Lists all subscriptions of the API Management service instance." }, "response": [ { "id": "61e2c781-6dc5-4dd5-ba86-3f9388945858", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "subscriptions" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-61e2c781-6dc5-4dd5-ba86-3f9388945858" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f0e0c3d8-ca19-470f-adb1-dba712291e90" } ], "id": "f3629c4e-802e-4cde-87a3-42f1988f2136", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f3629c4e-802e-4cde-87a3-42f1988f2136" }, { "name": "tags", "item": [ { "name": "{tagId}", "item": [ { "name": "apiLinks", "item": [ { "name": "{apiLinkId}", "item": [ { "name": "Microsoft Azure API Management TagApiLink_Get", "id": "6b971d23-fac9-4eb7-88c2-4b99f5b7e11d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "apiLinks", ":apiLinkId" ], "variable": [ { "id": "7184bb8d-1e25-4a8f-8409-f9da8e451e7f", "key": "subscriptionId" }, { "id": "66f9f183-a9dc-4f00-b985-bae286c056dd", "key": "resourceGroupName" }, { "id": "aa6a440d-309d-41bb-ad5f-6f482fe6f863", "key": "serviceName" }, { "id": "922fc3db-a6f0-4892-81a6-4f87eb089676", "key": "tagId" }, { "id": "44c936b5-0816-42b7-9dd4-715a58ba3ab0", "key": "apiLinkId" } ] }, "description": "Gets the API link for the tag." }, "response": [ { "id": "1d3019b4-03f3-4349-9ae7-4e3f67de11f0", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "apiLinks", ":apiLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" }, { "key": "apiLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1d3019b4-03f3-4349-9ae7-4e3f67de11f0" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6b971d23-fac9-4eb7-88c2-4b99f5b7e11d" }, { "name": "Microsoft Azure API Management TagApiLink_CreateOrUpdate", "id": "0edc7e33-0bde-484d-b661-8e6d83987026", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "apiLinks", ":apiLinkId" ], "variable": [ { "id": "fbeb8bb5-78e0-4882-98b8-a423b0433f54", "key": "subscriptionId" }, { "id": "09ccdcf4-7a6a-4b7f-8515-600ac4d362f6", "key": "resourceGroupName" }, { "id": "9b5a58b5-a3ea-449a-8542-d6a04d655149", "key": "serviceName" }, { "id": "320956de-0705-4e00-bbc0-18113d1c2d4a", "key": "tagId" }, { "id": "582871f7-c1c4-4b8e-931f-b35ace0187d6", "key": "apiLinkId" } ] }, "description": "Adds an API to the specified tag via link." }, "response": [ { "id": "28893a5e-c2a7-4459-9f57-40914f27945e", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "apiLinks", ":apiLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" }, { "key": "apiLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-28893a5e-c2a7-4459-9f57-40914f27945e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0edc7e33-0bde-484d-b661-8e6d83987026" }, { "name": "Microsoft Azure API Management TagApiLink_Delete", "id": "37762c49-b3b0-4b37-950f-c615546db965", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "apiLinks", ":apiLinkId" ], "variable": [ { "id": "92c7566a-9e9d-4c26-8726-cb9bd0ed701f", "key": "subscriptionId" }, { "id": "ed34e86d-c815-4681-b42e-6dd22a4b93e3", "key": "resourceGroupName" }, { "id": "1e72288f-07f4-4ade-bb18-eb1ff8cb62a6", "key": "serviceName" }, { "id": "05ca16a3-dc71-41aa-863c-a0193cdcdddb", "key": "tagId" }, { "id": "a8b0252d-a439-467b-8079-807598533b84", "key": "apiLinkId" } ] }, "description": "Deletes the specified API from the specified tag." }, "response": [ { "id": "42d66ed0-0aa7-48f0-bb18-ccf84510cd9b", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/apiLinks/:apiLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "apiLinks", ":apiLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" }, { "key": "apiLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-42d66ed0-0aa7-48f0-bb18-ccf84510cd9b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-37762c49-b3b0-4b37-950f-c615546db965" } ], "id": "b8bb6149-8ef0-46fb-91eb-52aa6f80e54d", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-b8bb6149-8ef0-46fb-91eb-52aa6f80e54d" }, { "name": "Microsoft Azure API Management TagApiLink_ListByProduct", "id": "f824d183-c997-49b4-af5f-84f9ce0dbb14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/apiLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "apiLinks" ], "variable": [ { "id": "2992add8-3ca5-4387-9abb-12ab3ea8010b", "key": "subscriptionId" }, { "id": "6eff0039-9c5c-40e7-8d91-3188dfbf20b3", "key": "resourceGroupName" }, { "id": "8007dbe0-7ecb-4346-b865-6bde6c967fdc", "key": "serviceName" }, { "id": "e1b68de5-6b60-4af6-a69c-17e6cf828ae5", "key": "tagId" } ] }, "description": "Lists a collection of the API links associated with a tag." }, "response": [ { "id": "151f8668-bd5c-4aa5-9972-29e7c492fb57", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/apiLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "apiLinks" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-151f8668-bd5c-4aa5-9972-29e7c492fb57" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f824d183-c997-49b4-af5f-84f9ce0dbb14" } ], "id": "cb10399d-66cc-4b93-aa50-f42f1a2f092b", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-cb10399d-66cc-4b93-aa50-f42f1a2f092b" }, { "name": "operationLinks", "item": [ { "name": "{operationLinkId}", "item": [ { "name": "Microsoft Azure API Management TagOperationLink_Get", "id": "7ddd3f0e-90bd-44b4-96bf-0ae5c8bdeaf1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/operationLinks/:operationLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "operationLinks", ":operationLinkId" ], "variable": [ { "id": "da714b80-5a96-4906-a9dc-2a680e4d47d0", "key": "subscriptionId" }, { "id": "ec730606-81f7-46fb-9b6b-48ca617ac572", "key": "resourceGroupName" }, { "id": "54cb9821-5a98-40f4-8ef3-d899c4a83aa9", "key": "serviceName" }, { "id": "ece8031d-d550-4aa7-bfe5-be0eb938f729", "key": "tagId" }, { "id": "ebc42973-2625-4321-a749-cdc19e320931", "key": "operationLinkId" } ] }, "description": "Gets the operation link for the tag." }, "response": [ { "id": "ee6f652a-6457-4c03-af33-efb90cfc0bc0", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/operationLinks/:operationLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "operationLinks", ":operationLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" }, { "key": "operationLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ee6f652a-6457-4c03-af33-efb90cfc0bc0" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7ddd3f0e-90bd-44b4-96bf-0ae5c8bdeaf1" }, { "name": "Microsoft Azure API Management TagOperationLink_CreateOrUpdate", "id": "1c5d6567-69b9-40f9-b938-350c4a795e73", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/operationLinks/:operationLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "operationLinks", ":operationLinkId" ], "variable": [ { "id": "84af05ee-e6c6-448d-86a1-c7fd4b2a5ea6", "key": "subscriptionId" }, { "id": "13181037-1b59-480f-9271-171fc85eb2d6", "key": "resourceGroupName" }, { "id": "34b4f23d-ad7e-4c70-a0f4-8f10e650bd32", "key": "serviceName" }, { "id": "e197a694-ce27-4621-b313-9fd208aa6aab", "key": "tagId" }, { "id": "43178882-eca9-4353-9bab-79170a35d227", "key": "operationLinkId" } ] }, "description": "Adds an operation to the specified tag via link." }, "response": [ { "id": "e644b757-7280-4e4c-a010-22fec7f077b8", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/operationLinks/:operationLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "operationLinks", ":operationLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" }, { "key": "operationLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e644b757-7280-4e4c-a010-22fec7f077b8" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1c5d6567-69b9-40f9-b938-350c4a795e73" }, { "name": "Microsoft Azure API Management TagOperationLink_Delete", "id": "c7c7992b-4187-4313-a42c-b48956d23432", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/operationLinks/:operationLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "operationLinks", ":operationLinkId" ], "variable": [ { "id": "1e92f635-a0cc-4e72-b1a1-62657e8bb925", "key": "subscriptionId" }, { "id": "7170496b-def6-4baf-bb7a-983bbdd681ec", "key": "resourceGroupName" }, { "id": "bb510df2-8d3e-405a-bf85-ea0a03ce23f7", "key": "serviceName" }, { "id": "8c73b2bf-e7c7-4d98-ba8b-d2ffd8b104c4", "key": "tagId" }, { "id": "588b11dc-30b9-4799-9e50-b02c21358150", "key": "operationLinkId" } ] }, "description": "Deletes the specified operation from the specified tag." }, "response": [ { "id": "8c159f8d-8cc8-4db0-af16-3b139fb74e14", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/operationLinks/:operationLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "operationLinks", ":operationLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" }, { "key": "operationLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8c159f8d-8cc8-4db0-af16-3b139fb74e14" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c7c7992b-4187-4313-a42c-b48956d23432" } ], "id": "d7276a48-f991-473c-bc03-750828d3330d", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-d7276a48-f991-473c-bc03-750828d3330d" }, { "name": "Microsoft Azure API Management TagOperationLink_ListByProduct", "id": "75658ed2-00fe-4653-b3f2-c44a32a0fc0c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/operationLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "operationLinks" ], "variable": [ { "id": "529f5a15-c404-4cde-9983-ac7212881376", "key": "subscriptionId" }, { "id": "1d62bf7e-9677-4356-8704-678ea61e7ddb", "key": "resourceGroupName" }, { "id": "1afad15e-c60d-4123-a32b-f9bc1339fb66", "key": "serviceName" }, { "id": "8202a2ed-c7da-4f56-9abb-cbf8a6175f02", "key": "tagId" } ] }, "description": "Lists a collection of the operation links associated with a tag." }, "response": [ { "id": "4d499ec4-80ca-4474-b3de-816424d73f3e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/operationLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "operationLinks" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4d499ec4-80ca-4474-b3de-816424d73f3e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-75658ed2-00fe-4653-b3f2-c44a32a0fc0c" } ], "id": "2a44c352-c61c-47aa-a808-b7b3db6f1f86", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-2a44c352-c61c-47aa-a808-b7b3db6f1f86" }, { "name": "productLinks", "item": [ { "name": "{productLinkId}", "item": [ { "name": "Microsoft Azure API Management TagProductLink_Get", "id": "8148ba42-4ffc-4bf5-ba2a-6a1236a36f01", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/productLinks/:productLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "productLinks", ":productLinkId" ], "variable": [ { "id": "2105c10c-ca44-4262-aeb6-3b4ad4375613", "key": "subscriptionId" }, { "id": "7a5f6d1f-53f8-4ff6-b2e3-17d826cc9d9d", "key": "resourceGroupName" }, { "id": "5d25c863-8ad3-4186-b9d5-0ad7b82cb083", "key": "serviceName" }, { "id": "24164cab-f0c3-4a27-b801-5bc384031d07", "key": "tagId" }, { "id": "4af6e348-8b50-4901-8016-4136a829782d", "key": "productLinkId" } ] }, "description": "Gets the product link for the tag." }, "response": [ { "id": "1154e0e3-abf9-41cd-8763-3ade168cd78f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/productLinks/:productLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "productLinks", ":productLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" }, { "key": "productLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1154e0e3-abf9-41cd-8763-3ade168cd78f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8148ba42-4ffc-4bf5-ba2a-6a1236a36f01" }, { "name": "Microsoft Azure API Management TagProductLink_CreateOrUpdate", "id": "fdd874cf-f127-4774-a45b-b91d8ff9ee01", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/productLinks/:productLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "productLinks", ":productLinkId" ], "variable": [ { "id": "f2f6dff6-eef9-4d28-b1c3-0e15424fe844", "key": "subscriptionId" }, { "id": "f146b2f1-65f1-473f-8249-5e6dd50e79cd", "key": "resourceGroupName" }, { "id": "ebac5cf4-5061-46f8-983b-9bd8c234005f", "key": "serviceName" }, { "id": "caad4f52-ecff-412e-9ae0-f5fae72d4684", "key": "tagId" }, { "id": "50ddcaf9-897d-4a54-b6d9-a028a01449a8", "key": "productLinkId" } ] }, "description": "Adds a product to the specified tag via link." }, "response": [ { "id": "1a3b573f-baa1-4276-947b-de9be0987abb", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/productLinks/:productLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "productLinks", ":productLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" }, { "key": "productLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1a3b573f-baa1-4276-947b-de9be0987abb" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-fdd874cf-f127-4774-a45b-b91d8ff9ee01" }, { "name": "Microsoft Azure API Management TagProductLink_Delete", "id": "13652cd4-b09c-4bd8-a9e3-64edb9a31d42", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/productLinks/:productLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "productLinks", ":productLinkId" ], "variable": [ { "id": "180b913d-5841-47b1-ac06-b4e3a2c9318c", "key": "subscriptionId" }, { "id": "1fe581b9-a3b8-4adf-a5a6-70cafca18c51", "key": "resourceGroupName" }, { "id": "1278983a-c69b-4813-a69d-2a0cf1be132b", "key": "serviceName" }, { "id": "d7fbc2bd-c2dc-44f8-943c-17bdf2727c18", "key": "tagId" }, { "id": "b86fea06-2fe9-4f56-8681-ae6bf1b57802", "key": "productLinkId" } ] }, "description": "Deletes the specified product from the specified tag." }, "response": [ { "id": "566b9cda-613a-4f8d-9fdb-a3c32f71ecfa", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/productLinks/:productLinkId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "productLinks", ":productLinkId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" }, { "key": "productLinkId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-566b9cda-613a-4f8d-9fdb-a3c32f71ecfa" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-13652cd4-b09c-4bd8-a9e3-64edb9a31d42" } ], "id": "2fb966cb-7bc2-44f6-91b5-7e0d3640b685", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-2fb966cb-7bc2-44f6-91b5-7e0d3640b685" }, { "name": "Microsoft Azure API Management TagProductLink_ListByProduct", "id": "5a370ae7-3029-458d-ad73-ce6cb73418ff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/productLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "productLinks" ], "variable": [ { "id": "7359f3d3-5cd2-439a-98fe-3466abdec5ee", "key": "subscriptionId" }, { "id": "e55efc56-4c57-45a9-935c-2935b9944245", "key": "resourceGroupName" }, { "id": "1bccd745-f971-43d6-9d32-757eb09275ab", "key": "serviceName" }, { "id": "d0fd6490-c23e-4684-a635-017c7dff088b", "key": "tagId" } ] }, "description": "Lists a collection of the product links associated with a tag." }, "response": [ { "id": "59a67057-1bfc-4b70-b1ad-1d3f251395fa", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId/productLinks", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId", "productLinks" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-59a67057-1bfc-4b70-b1ad-1d3f251395fa" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5a370ae7-3029-458d-ad73-ce6cb73418ff" } ], "id": "9d2f3c0a-4e50-44db-baff-485a3f9e11ad", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-9d2f3c0a-4e50-44db-baff-485a3f9e11ad" }, { "name": "Microsoft Azure API Management Tag_GetEntityState", "id": "7bf6faeb-cdc5-4431-81b1-982f08544695", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "id": "b185932a-d3b6-472a-b0e8-0b5397c52e90", "key": "subscriptionId" }, { "id": "64db452a-1c51-45d5-9288-37caac319ed4", "key": "resourceGroupName" }, { "id": "573b9732-2d8f-4a47-b371-525ba86b68f0", "key": "serviceName" }, { "id": "fb9dbb0b-6932-4a90-ac6d-2e27fbba4cf9", "key": "tagId" } ] }, "description": "Gets the entity state version of the tag specified by its identifier." }, "response": [ { "id": "3492788f-ec24-4c35-be9a-105dcce9621c", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3492788f-ec24-4c35-be9a-105dcce9621c" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7bf6faeb-cdc5-4431-81b1-982f08544695" }, { "name": "Microsoft Azure API Management Tag_Get", "id": "3fc45b50-2cf3-4d34-babb-99f04c1266c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "id": "f212927a-5978-436a-acbe-744c11240b51", "key": "subscriptionId" }, { "id": "418bddcf-5c7c-4f5d-b186-d33d39b05bbb", "key": "resourceGroupName" }, { "id": "85e38fa6-7562-4774-9913-31b94e66cb81", "key": "serviceName" }, { "id": "a209ce2f-20c0-4209-a8a6-ae3529e0edd7", "key": "tagId" } ] }, "description": "Gets the details of the tag specified by its identifier." }, "response": [ { "id": "2904b6d2-5221-461c-9408-b763fd3a37f3", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2904b6d2-5221-461c-9408-b763fd3a37f3" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-3fc45b50-2cf3-4d34-babb-99f04c1266c2" }, { "name": "Microsoft Azure API Management Tag_CreateOrUpdate", "id": "c87c6e7b-ae63-4bfb-87ee-33fab72d95f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "id": "0e5a36ac-0db6-42e3-8f82-97f9fddaebc5", "key": "subscriptionId" }, { "id": "7cfe5bef-34eb-4c22-b7b8-1067cda5db02", "key": "resourceGroupName" }, { "id": "afefac3f-b697-4b30-b5d3-e37af702893d", "key": "serviceName" }, { "id": "aed674b4-9445-4bde-9140-3dd494aa69cb", "key": "tagId" } ] }, "description": "Creates a tag." }, "response": [ { "id": "482c998b-bfda-403b-bb3c-bb9b3c26dc70", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-482c998b-bfda-403b-bb3c-bb9b3c26dc70" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c87c6e7b-ae63-4bfb-87ee-33fab72d95f3" }, { "name": "Microsoft Azure API Management Tag_Update", "id": "a06dddfe-24e1-42e1-8ff5-2ca51bebd31e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "id": "16c7662e-4ca8-4f3a-b760-bfd9e8c9abdd", "key": "subscriptionId" }, { "id": "fd2150bd-87b4-4c16-8394-8a65e2434866", "key": "resourceGroupName" }, { "id": "1a32467d-992a-4f79-88bc-4f5c423986ae", "key": "serviceName" }, { "id": "20601eb2-e9f3-4698-a766-ae8c158e740b", "key": "tagId" } ] }, "description": "Updates the details of the tag specified by its identifier." }, "response": [ { "id": "252db589-5689-4e06-bd32-160e1575e6ce", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-252db589-5689-4e06-bd32-160e1575e6ce" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a06dddfe-24e1-42e1-8ff5-2ca51bebd31e" }, { "name": "Microsoft Azure API Management Tag_Delete", "id": "c36dc79c-8521-4a71-b02e-31db2da22b35", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "id": "3ac271e6-522d-4db7-849a-8930e75eac72", "key": "subscriptionId" }, { "id": "1fc365ac-67f0-42b8-a01a-5aaa93fba8d8", "key": "resourceGroupName" }, { "id": "a90b9f67-7a47-4d2b-b50b-a7987ad83c11", "key": "serviceName" }, { "id": "884dc108-677f-4230-9b21-cb63dc78ac40", "key": "tagId" } ] }, "description": "Deletes specific tag of the API Management service instance." }, "response": [ { "id": "5fcb8808-57eb-4b74-a3cc-66afe07d4153", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5fcb8808-57eb-4b74-a3cc-66afe07d4153" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c36dc79c-8521-4a71-b02e-31db2da22b35" } ], "id": "9a34fd11-2658-42e0-86e9-8f2e96682d92", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-9a34fd11-2658-42e0-86e9-8f2e96682d92" }, { "name": "Microsoft Azure API Management Tag_ListByService", "id": "2d55c441-7988-4f1f-9f10-76131292c800", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags" ], "variable": [ { "id": "8a85b2a2-2412-45ae-a4f3-31ade75a82ac", "key": "subscriptionId" }, { "id": "19f25147-d64f-4e1e-b676-f2eb130ced0e", "key": "resourceGroupName" }, { "id": "48f2099d-c354-4a7e-af4b-981a5f62e318", "key": "serviceName" } ] }, "description": "Lists a collection of tags defined within a service instance." }, "response": [ { "id": "bd80fbb4-48c6-422f-8d75-0344afec1503", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/tags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "tags" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bd80fbb4-48c6-422f-8d75-0344afec1503" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2d55c441-7988-4f1f-9f10-76131292c800" } ], "id": "e1662838-53b9-450b-88cb-76bfd3a4fa81", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-e1662838-53b9-450b-88cb-76bfd3a4fa81" }, { "name": "users", "item": [ { "name": "{userId}", "item": [ { "name": "generateSsoUrl", "item": [ { "name": "Microsoft Azure API Management User_GenerateSsoUrl", "id": "271c862d-d452-4805-995a-74e9f29d8294", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/generateSsoUrl", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "generateSsoUrl" ], "variable": [ { "id": "67798e9d-b1ad-4aec-ad35-8e986eaf0e6e", "key": "subscriptionId" }, { "id": "34dac03f-9ce2-4ad4-a3a8-77bce9cbf7d3", "key": "resourceGroupName" }, { "id": "07eaf2d7-c1e6-4934-922c-f33d225297c9", "key": "serviceName" }, { "id": "fdd24cf7-be8c-44f3-81f9-043e495e19ae", "key": "userId" } ] }, "description": "Retrieves a redirection URL containing an authentication token for signing a given user into the developer portal." }, "response": [ { "id": "f3da1411-8777-48e0-951a-4a606f03095e", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/generateSsoUrl", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "generateSsoUrl" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f3da1411-8777-48e0-951a-4a606f03095e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-271c862d-d452-4805-995a-74e9f29d8294" } ], "id": "d1a7fcac-d822-4eb3-9f7d-d7ac20bcb1f9", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-d1a7fcac-d822-4eb3-9f7d-d7ac20bcb1f9" }, { "name": "groups", "item": [ { "name": "Microsoft Azure API Management UserGroup_List", "id": "95f42c6c-59a1-4c69-9256-45fd275587eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/groups", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "groups" ], "variable": [ { "id": "2c2d2997-b5f3-49be-86db-4b5f5cbc12ae", "key": "subscriptionId" }, { "id": "e7b358f3-d918-42d2-b031-153b557b0590", "key": "resourceGroupName" }, { "id": "22ace332-7851-4575-92a7-c35317021ca5", "key": "serviceName" }, { "id": "6861e07c-e800-4b89-a5de-88217f6e40a5", "key": "userId" } ] }, "description": "Lists all user groups." }, "response": [ { "id": "63faea83-13ab-4477-94dc-44be01d6c5e9", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/groups", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "groups" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-63faea83-13ab-4477-94dc-44be01d6c5e9" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-95f42c6c-59a1-4c69-9256-45fd275587eb" } ], "id": "89f4c469-1f3a-4fe7-9bb9-8872c45dc37a", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-89f4c469-1f3a-4fe7-9bb9-8872c45dc37a" }, { "name": "identities", "item": [ { "name": "Microsoft Azure API Management UserIdentities_List", "id": "df87d5e0-f4ec-4fee-a95e-3ebf2a9992a3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/identities", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "identities" ], "variable": [ { "id": "e4df9f4b-d665-4ca4-9cdb-77df98d99c52", "key": "subscriptionId" }, { "id": "4101a12d-02ca-4cf4-a193-d46f56bed10e", "key": "resourceGroupName" }, { "id": "839c3406-dc60-4fe2-b64f-50943f01d5ac", "key": "serviceName" }, { "id": "bc1b4739-a027-4584-81e9-f8ec53ea1615", "key": "userId" } ] }, "description": "List of all user identities." }, "response": [ { "id": "bbb89980-e556-4111-bed1-9a3a6085ba99", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/identities", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "identities" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bbb89980-e556-4111-bed1-9a3a6085ba99" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-df87d5e0-f4ec-4fee-a95e-3ebf2a9992a3" } ], "id": "558ce91e-5741-4776-a133-19398cf99f77", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-558ce91e-5741-4776-a133-19398cf99f77" }, { "name": "subscriptions", "item": [ { "name": "{sid}", "item": [ { "name": "Microsoft Azure API Management UserSubscription_Get", "id": "41c6a7b6-51ef-40ab-a3e8-205c883c9493", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "subscriptions", ":sid" ], "variable": [ { "id": "acf4e77d-f73d-46be-b998-293251c93898", "key": "subscriptionId" }, { "id": "c4e674ff-b5a5-4f1d-8c2c-5023bb6a8157", "key": "resourceGroupName" }, { "id": "125e05ef-811b-4132-bedb-9b539e4d77ed", "key": "serviceName" }, { "id": "d39247ab-8065-43f2-bfd0-c87ba3690f2c", "key": "userId" }, { "id": "746f2597-7a3f-4acf-95a2-3c725081fe92", "key": "sid" } ] }, "description": "Gets the specified Subscription entity associated with a particular user." }, "response": [ { "id": "1f176c2a-79f2-451a-a986-f61a51e0745a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1f176c2a-79f2-451a-a986-f61a51e0745a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-41c6a7b6-51ef-40ab-a3e8-205c883c9493" } ], "id": "8f789bbe-9e1d-4f8c-bc95-ea0bd961c7f3", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-8f789bbe-9e1d-4f8c-bc95-ea0bd961c7f3" }, { "name": "Microsoft Azure API Management UserSubscription_List", "id": "5279a480-e9c0-4fbb-8965-5892e35f34e4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "subscriptions" ], "variable": [ { "id": "1e5cbd48-7b74-4d39-ab88-797128242674", "key": "subscriptionId" }, { "id": "32edb502-ffae-4c84-a99f-2d699d60cfad", "key": "resourceGroupName" }, { "id": "eae71457-7b0b-45ce-8280-702e78fb317b", "key": "serviceName" }, { "id": "1adfb0f8-64da-4205-8779-82eea5aa91f1", "key": "userId" } ] }, "description": "Lists the collection of subscriptions of the specified user." }, "response": [ { "id": "8afe1d7c-ff0d-4e1c-9ebd-b250ae12b21b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "subscriptions" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8afe1d7c-ff0d-4e1c-9ebd-b250ae12b21b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5279a480-e9c0-4fbb-8965-5892e35f34e4" } ], "id": "d1a9db07-71d9-4708-8c42-14570a355996", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-d1a9db07-71d9-4708-8c42-14570a355996" }, { "name": "token", "item": [ { "name": "Microsoft Azure API Management User_GetSharedAccessToken", "id": "85327d6b-edb5-467f-b1ee-239eb2cc3b2d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/token", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "token" ], "variable": [ { "id": "63d6d1c7-e214-4481-9c57-bde251f4a44b", "key": "subscriptionId" }, { "id": "7b3a3f12-9b73-4b38-aaea-f12bd5e6e0b7", "key": "resourceGroupName" }, { "id": "e3b64078-b0a4-432e-ae7c-8e5ac4483da8", "key": "serviceName" }, { "id": "2909121f-be00-4b99-9f44-26e0bee5f8bc", "key": "userId" } ] }, "description": "Gets the Shared Access Authorization Token for the User." }, "response": [ { "id": "9aa4d2cf-7571-4c96-8e23-6c197537e691", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId/token", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId", "token" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9aa4d2cf-7571-4c96-8e23-6c197537e691" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-85327d6b-edb5-467f-b1ee-239eb2cc3b2d" } ], "id": "5bcd9342-c8b1-4fb9-9ed0-3f326cfef860", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-5bcd9342-c8b1-4fb9-9ed0-3f326cfef860" }, { "name": "Microsoft Azure API Management User_GetEntityTag", "id": "b185bb80-a4ad-4831-aa61-6b441cadc0c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "id": "504895a5-2997-4588-8c70-0da170476617", "key": "subscriptionId" }, { "id": "23f86185-f63d-4496-a426-3b80e57ad483", "key": "resourceGroupName" }, { "id": "7911ba51-7042-42d8-b091-e89e8845efb2", "key": "serviceName" }, { "id": "437b7901-12a7-47a6-bd0a-b23336a8e61b", "key": "userId" } ] }, "description": "Gets the entity state (Etag) version of the user specified by its identifier." }, "response": [ { "id": "8ece02ac-8cc4-4b8d-97c9-09e0f735b231", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8ece02ac-8cc4-4b8d-97c9-09e0f735b231" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b185bb80-a4ad-4831-aa61-6b441cadc0c2" }, { "name": "Microsoft Azure API Management User_Get", "id": "16b0b7ff-c49e-4e6a-8170-ee2cf7665731", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "id": "6c42c508-7318-457f-bc45-2a02d6ae5234", "key": "subscriptionId" }, { "id": "945f6171-6a3e-443b-94f4-f184f689923e", "key": "resourceGroupName" }, { "id": "c92067d7-5850-4d9b-91e7-c878cad93096", "key": "serviceName" }, { "id": "6e76caba-a815-4180-854f-78b040755421", "key": "userId" } ] }, "description": "Gets the details of the user specified by its identifier." }, "response": [ { "id": "a3b246f4-5a44-4bbf-b1e5-e6b59d151aa5", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a3b246f4-5a44-4bbf-b1e5-e6b59d151aa5" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-16b0b7ff-c49e-4e6a-8170-ee2cf7665731" }, { "name": "Microsoft Azure API Management User_CreateOrUpdate", "id": "2bf987dd-160b-4cab-bf15-585788585214", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "id": "3b09ce66-fc98-489d-a956-58f201f3cb8d", "key": "subscriptionId" }, { "id": "5cf1174a-7cad-4454-99cd-d75790b0542a", "key": "resourceGroupName" }, { "id": "14fe839a-e561-4396-83cb-3ecf9ad50e9e", "key": "serviceName" }, { "id": "92bf4f19-b7b0-4d76-9f67-421666ac9b31", "key": "userId" } ] }, "description": "Creates or Updates a user." }, "response": [ { "id": "ac4dabe9-c13f-44bd-bf13-8174e0683325", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ac4dabe9-c13f-44bd-bf13-8174e0683325" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2bf987dd-160b-4cab-bf15-585788585214" }, { "name": "Microsoft Azure API Management User_Update", "id": "78e8551a-98dc-4f49-841e-64a0c2d52ff2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "id": "5677f1d2-311f-4281-9e20-9dcf59e5d95a", "key": "subscriptionId" }, { "id": "a906cba2-68bb-447f-b65b-9cbaf9e5f1ed", "key": "resourceGroupName" }, { "id": "737e8874-7b17-44f3-bc05-cfb66208739c", "key": "serviceName" }, { "id": "57b138d0-80c9-461a-a4de-61167504001d", "key": "userId" } ] }, "description": "Updates the details of the user specified by its identifier." }, "response": [ { "id": "bb7967d3-a717-41b3-b24d-04c890cbd4b7", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bb7967d3-a717-41b3-b24d-04c890cbd4b7" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-78e8551a-98dc-4f49-841e-64a0c2d52ff2" }, { "name": "Microsoft Azure API Management User_Delete", "id": "6be844cb-d46d-4ccd-91b6-af1ae0197609", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "id": "55e7da6d-f0f1-4085-9e7b-0d8e82913b66", "key": "subscriptionId" }, { "id": "f4d870d8-007e-4da1-ad45-75126b632611", "key": "resourceGroupName" }, { "id": "024cd8f3-dba3-4bea-8335-89ddcd2ae1ea", "key": "serviceName" }, { "id": "1ddd498e-beba-4787-8818-f721b80b8d64", "key": "userId" } ] }, "description": "Deletes specific user." }, "response": [ { "id": "17115bec-74bd-4b05-8ede-240f2199d88a", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users/:userId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users", ":userId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-17115bec-74bd-4b05-8ede-240f2199d88a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6be844cb-d46d-4ccd-91b6-af1ae0197609" } ], "id": "12918a1d-6a02-4ac9-ae91-4244239c8a18", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-12918a1d-6a02-4ac9-ae91-4244239c8a18" }, { "name": "Microsoft Azure API Management User_ListByService", "id": "6607c2ab-6a7d-4bcd-942c-bb9e9d0267cc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users" ], "variable": [ { "id": "6ec84c63-25f4-4adb-95fd-ee8926f6696f", "key": "subscriptionId" }, { "id": "704abbb4-d0dc-474a-8986-5eb620dbb730", "key": "resourceGroupName" }, { "id": "f387d742-2c1e-4f5d-9e0e-03d78f6f5909", "key": "serviceName" } ] }, "description": "Lists a collection of registered users in the specified service instance." }, "response": [ { "id": "1ef3cd7c-4f0b-4188-ac5c-cebf55b8d665", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/users", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "users" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1ef3cd7c-4f0b-4188-ac5c-cebf55b8d665" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6607c2ab-6a7d-4bcd-942c-bb9e9d0267cc" } ], "id": "690ae903-36b6-4245-a0c8-751522070fb5", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-690ae903-36b6-4245-a0c8-751522070fb5" }, { "name": "workspaces", "item": [ { "name": "{workspaceId}", "item": [ { "name": "apiVersionSets", "item": [ { "name": "{versionSetId}", "item": [ { "name": "Microsoft Azure API Management WorkspaceApiVersionSet_GetEntityTag", "id": "bc99d864-84d0-4eb0-a77c-6c4731323314", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "id": "b8cd536c-6e12-4121-8806-e2c8452c0033", "key": "subscriptionId" }, { "id": "98032f95-259d-460a-902f-bcad1ce05948", "key": "resourceGroupName" }, { "id": "8153c6d0-370a-49ac-8c9e-16cd4aa43066", "key": "serviceName" }, { "id": "58015cbd-657e-4502-82cd-c42c159ad9c6", "key": "workspaceId" }, { "id": "55670ed9-1417-4655-8bb3-7a48480b3816", "key": "versionSetId" } ] }, "description": "Gets the entity state (Etag) version of the Api Version Set specified by its identifier." }, "response": [ { "id": "ca29fc73-7ccb-4dfd-9a2f-eadd50e124da", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "versionSetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ca29fc73-7ccb-4dfd-9a2f-eadd50e124da" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bc99d864-84d0-4eb0-a77c-6c4731323314" }, { "name": "Microsoft Azure API Management WorkspaceApiVersionSet_Get", "id": "bf33c0ed-a428-42da-9c33-a26d30e5236d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "id": "d106d87a-37be-4e2e-921c-47939570be0f", "key": "subscriptionId" }, { "id": "9b09b0e1-8b90-409b-bc0a-5c482386e291", "key": "resourceGroupName" }, { "id": "f6a8cb71-cd83-40bd-812d-1bc2fb3a436a", "key": "serviceName" }, { "id": "25995f2e-3975-4fbb-852e-a6ffc4ca6e3f", "key": "workspaceId" }, { "id": "c52ad2b0-3ea5-4d70-bf3c-53658a700ec5", "key": "versionSetId" } ] }, "description": "Gets the details of the Api Version Set specified by its identifier." }, "response": [ { "id": "61153b61-0b73-4586-8d49-2ca503861f1c", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "versionSetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-61153b61-0b73-4586-8d49-2ca503861f1c" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bf33c0ed-a428-42da-9c33-a26d30e5236d" }, { "name": "Microsoft Azure API Management WorkspaceApiVersionSet_CreateOrUpdate", "id": "fd8980e9-4046-42f6-a8b8-7a7934757ed9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "id": "a2299ed5-f61c-4ac7-ab03-f62cac91d300", "key": "subscriptionId" }, { "id": "dee622fc-c872-4e91-8aae-174ec85a76d5", "key": "resourceGroupName" }, { "id": "348d722b-c156-4581-948e-21063095e2b5", "key": "serviceName" }, { "id": "c5f9001b-3f6e-4304-87a4-60ee9c369003", "key": "workspaceId" }, { "id": "b699ec65-3e60-42ca-87fa-3362433b9f97", "key": "versionSetId" } ] }, "description": "Creates or Updates a Api Version Set." }, "response": [ { "id": "cf4558eb-1ad6-4ce2-8510-d5c0c6b3c741", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "versionSetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-cf4558eb-1ad6-4ce2-8510-d5c0c6b3c741" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-fd8980e9-4046-42f6-a8b8-7a7934757ed9" }, { "name": "Microsoft Azure API Management WorkspaceApiVersionSet_Update", "id": "34ede103-ede5-455e-b867-40bb98431ee7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "id": "9e54c05e-a5c0-47ce-a327-c0780c434e66", "key": "subscriptionId" }, { "id": "0bc72752-8afc-4fa3-a0ce-29d7fc2400b1", "key": "resourceGroupName" }, { "id": "8f15cbdf-eb24-414d-8127-5aa1af46ffab", "key": "serviceName" }, { "id": "f2cab72b-15c7-47ea-b9a8-7beb6ab99110", "key": "workspaceId" }, { "id": "587b8311-b44c-4201-9b30-1efec1064eae", "key": "versionSetId" } ] }, "description": "Updates the details of the Api VersionSet specified by its identifier." }, "response": [ { "id": "576979a5-c567-4b80-9929-cbbf8c2347f1", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "versionSetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-576979a5-c567-4b80-9929-cbbf8c2347f1" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-34ede103-ede5-455e-b867-40bb98431ee7" }, { "name": "Microsoft Azure API Management WorkspaceApiVersionSet_Delete", "id": "345ed3ec-a2df-49f8-9b2f-3b9603c54f27", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "id": "d2e46dd9-8363-4030-8ee4-ceffcaf13431", "key": "subscriptionId" }, { "id": "6893280c-f1c3-46ef-b4fe-45eb8273b282", "key": "resourceGroupName" }, { "id": "ec0bd7a2-29d8-4895-92bd-bf839f1e8694", "key": "serviceName" }, { "id": "0326d984-bb8d-40e6-b62f-a7926ab8250f", "key": "workspaceId" }, { "id": "a48547fd-74ef-4eae-add8-4ebe3edec8ce", "key": "versionSetId" } ] }, "description": "Deletes specific Api Version Set." }, "response": [ { "id": "5c4c3b50-971f-4b68-839c-6aba96c4ddd3", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets/:versionSetId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets", ":versionSetId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "versionSetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5c4c3b50-971f-4b68-839c-6aba96c4ddd3" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-345ed3ec-a2df-49f8-9b2f-3b9603c54f27" } ], "id": "b16c77bd-8b00-44fc-bb5f-57492961c0bb", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-b16c77bd-8b00-44fc-bb5f-57492961c0bb" }, { "name": "Microsoft Azure API Management WorkspaceApiVersionSet_ListByService", "id": "0586d613-fb85-4512-a3d1-4f8de2e6c6b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets" ], "variable": [ { "id": "901df7bc-7fe3-4f6f-aa76-9463af3c1cf4", "key": "subscriptionId" }, { "id": "6d488820-a464-4b40-a18b-9c59a2a5ee2e", "key": "resourceGroupName" }, { "id": "23f7f5d1-076e-49f6-9935-925dd9aa66ac", "key": "serviceName" }, { "id": "1ab580a1-b320-4d61-a467-63dccf171aab", "key": "workspaceId" } ] }, "description": "Lists a collection of API Version Sets in the specified workspace with a service instance." }, "response": [ { "id": "b33d8351-a8d6-4479-b48c-ea86f172ded4", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apiVersionSets", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apiVersionSets" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b33d8351-a8d6-4479-b48c-ea86f172ded4" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0586d613-fb85-4512-a3d1-4f8de2e6c6b2" } ], "id": "85459b92-6b89-43dd-8080-33050af5d709", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-85459b92-6b89-43dd-8080-33050af5d709" }, { "name": "apis", "item": [ { "name": "{apiId}", "item": [ { "name": "Microsoft Azure API Management WorkspaceApi_GetEntityTag", "id": "22ed2c88-c158-4ee4-80d9-93c9ccd7c570", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "id": "79a02818-827a-4f19-8dee-8648095722cf", "key": "subscriptionId" }, { "id": "e5cf67d8-42ac-4023-8d1c-8a99e94a5a34", "key": "resourceGroupName" }, { "id": "e24c6ffc-009a-4987-a5d5-10a25fa17629", "key": "serviceName" }, { "id": "9f9c3829-9db8-46e2-9889-3dbaeb2889e0", "key": "workspaceId" }, { "id": "45280717-f8f9-47ac-a6f7-a74839d336c3", "key": "apiId" } ] }, "description": "Gets the entity state (Etag) version of the API specified by its identifier." }, "response": [ { "id": "264105d1-237b-495f-841f-5a737eccb5c2", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-264105d1-237b-495f-841f-5a737eccb5c2" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-22ed2c88-c158-4ee4-80d9-93c9ccd7c570" }, { "name": "Microsoft Azure API Management WorkspaceApi_Get", "id": "0c83ccf0-63e9-472e-b962-6c323c321316", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "id": "95cb6165-28f3-4bd2-8317-64405cc9e057", "key": "subscriptionId" }, { "id": "05831969-55b4-4cb8-8409-d2748f78e20e", "key": "resourceGroupName" }, { "id": "fbafd28e-4433-456d-a5d3-d6e40b993082", "key": "serviceName" }, { "id": "2a849e68-e8d7-4c99-9ec9-42e63d2d7641", "key": "workspaceId" }, { "id": "69668ab6-6946-4e54-bf9d-f54ce34b1919", "key": "apiId" } ] }, "description": "Gets the details of the API specified by its identifier." }, "response": [ { "id": "95a676fd-aa5e-4e06-81e5-7fb699d6a910", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-95a676fd-aa5e-4e06-81e5-7fb699d6a910" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0c83ccf0-63e9-472e-b962-6c323c321316" }, { "name": "Microsoft Azure API Management WorkspaceApi_CreateOrUpdate", "id": "b45bd526-53a4-4e96-9f28-dbb5e4384a41", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "id": "762b83c8-cb92-4e15-816d-6f40cbbc7063", "key": "subscriptionId" }, { "id": "4df379c0-b648-45b8-a015-306227e1d758", "key": "resourceGroupName" }, { "id": "a667f868-1f53-43e9-a9e2-7225f89de6fd", "key": "serviceName" }, { "id": "cb808979-b317-4b28-86fa-1968cf9602b2", "key": "workspaceId" }, { "id": "6e167f39-62c7-4fc1-a72f-70369289a967", "key": "apiId" } ] }, "description": "Creates new or updates existing specified API of the workspace in an API Management service instance." }, "response": [ { "id": "29e4beec-5f67-4172-989c-9c24ad3d981b", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-29e4beec-5f67-4172-989c-9c24ad3d981b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b45bd526-53a4-4e96-9f28-dbb5e4384a41" }, { "name": "Microsoft Azure API Management WorkspaceApi_Update", "id": "5ae4339e-29c3-471b-8d41-d4e20309e447", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "id": "7bc8a182-9106-46d3-ab73-ff45b5404e8e", "key": "subscriptionId" }, { "id": "17362a41-9995-43f8-a57c-afabed2debb7", "key": "resourceGroupName" }, { "id": "f04b483d-e926-40ca-a18e-5ef260a24258", "key": "serviceName" }, { "id": "dfb33fd5-1374-47c9-a024-20b57bc8c3a2", "key": "workspaceId" }, { "id": "6e37ab1f-4498-4dec-b874-29ad483a3812", "key": "apiId" } ] }, "description": "Updates the specified API of the workspace in an API Management service instance." }, "response": [ { "id": "6e5db2d8-d735-4cc3-b997-f3569dd50def", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6e5db2d8-d735-4cc3-b997-f3569dd50def" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5ae4339e-29c3-471b-8d41-d4e20309e447" }, { "name": "Microsoft Azure API Management WorkspaceApi_Delete", "id": "2415b0e1-a03d-4d36-8069-41222a4ca814", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "id": "06e8dea1-e6c6-4933-a1c5-029eb77e5523", "key": "subscriptionId" }, { "id": "7dfb07b2-43d9-4d95-a10b-838d91730c37", "key": "resourceGroupName" }, { "id": "6ff0ac8d-1102-411f-af42-56098272f5ef", "key": "serviceName" }, { "id": "2523a87b-d305-4b13-a685-4c929c209f52", "key": "workspaceId" }, { "id": "a4ac68e6-3e13-4547-9269-6f76b1cf2ba1", "key": "apiId" } ] }, "description": "Deletes the specified API of the workspace in an API Management service instance." }, "response": [ { "id": "df13d07e-cd62-4194-86cc-5fa1ef1e2e83", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis/:apiId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis", ":apiId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "apiId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-df13d07e-cd62-4194-86cc-5fa1ef1e2e83" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2415b0e1-a03d-4d36-8069-41222a4ca814" } ], "id": "8894fe4a-850f-4cd0-b196-39366b020834", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-8894fe4a-850f-4cd0-b196-39366b020834" }, { "name": "Microsoft Azure API Management WorkspaceApi_ListByService", "id": "68c3da0d-7f75-4b78-b975-88a42b51d4ac", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis" ], "variable": [ { "id": "b45b212a-d05f-4208-ab76-8fcc3f8bf97f", "key": "subscriptionId" }, { "id": "d7f2be57-7c24-4ef6-a143-a9f0837cc61d", "key": "resourceGroupName" }, { "id": "9db1da38-ca84-4163-b570-16d233cc9ad9", "key": "serviceName" }, { "id": "96d39143-29ee-45c4-8b0d-e259889835ce", "key": "workspaceId" } ] }, "description": "Lists all APIs of the workspace in an API Management service instance." }, "response": [ { "id": "9c4aeb0f-3f88-44c4-9848-652c26d2fa6f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/apis", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "apis" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9c4aeb0f-3f88-44c4-9848-652c26d2fa6f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-68c3da0d-7f75-4b78-b975-88a42b51d4ac" } ], "id": "b941db07-974a-4985-919a-43c91e87cfe7", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-b941db07-974a-4985-919a-43c91e87cfe7" }, { "name": "groups", "item": [ { "name": "{groupId}", "item": [ { "name": "Microsoft Azure API Management WorkspaceGroup_GetEntityTag", "id": "a9c9957c-86f1-41d9-875a-762260a3ee70", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "id": "2233af7b-8bd0-4f72-889b-f1742f344827", "key": "subscriptionId" }, { "id": "937d9c8b-e29b-4a41-9508-21b879f2d45c", "key": "resourceGroupName" }, { "id": "957db462-b89a-486a-91d5-ae95174dfe86", "key": "serviceName" }, { "id": "2e0c3230-352c-4cb3-b7ef-165f0c4a5aa5", "key": "workspaceId" }, { "id": "79a1fe32-8890-42fe-943d-c5442e51f83a", "key": "groupId" } ] }, "description": "Gets the entity state (Etag) version of the group specified by its identifier." }, "response": [ { "id": "d412c25e-b550-4a7a-bd79-3c5e1229bae8", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d412c25e-b550-4a7a-bd79-3c5e1229bae8" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a9c9957c-86f1-41d9-875a-762260a3ee70" }, { "name": "Microsoft Azure API Management WorkspaceGroup_Get", "id": "07949baa-0bb6-4bc0-aec1-891808c4bd62", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "id": "e5d6269d-96a0-4260-8bbe-4a6b4ea555d6", "key": "subscriptionId" }, { "id": "6f9ee16a-9091-4748-9520-179d638a67e0", "key": "resourceGroupName" }, { "id": "44c90246-d4b1-4618-be37-7251cffa8677", "key": "serviceName" }, { "id": "4c1b4d79-45c9-4544-be06-f3973275dd3d", "key": "workspaceId" }, { "id": "8e95cb87-b8e2-43d8-b4c6-88b304b4b2cc", "key": "groupId" } ] }, "description": "Gets the details of the group specified by its identifier." }, "response": [ { "id": "0217cb78-431d-4f8a-a32a-42ce001a7c9b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0217cb78-431d-4f8a-a32a-42ce001a7c9b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-07949baa-0bb6-4bc0-aec1-891808c4bd62" }, { "name": "Microsoft Azure API Management WorkspaceGroup_CreateOrUpdate", "id": "8496ac06-e510-4628-9767-c126b58e2ebf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "id": "210434f0-7c69-4b49-8c56-06731ff950a2", "key": "subscriptionId" }, { "id": "4ff4ad07-a355-4ba9-87c6-7d648ac3d3f5", "key": "resourceGroupName" }, { "id": "ee6e5bd8-0cc2-42b3-bbe0-1a30c509124b", "key": "serviceName" }, { "id": "849c9621-caf2-4fdf-b090-49dbdecfa4a7", "key": "workspaceId" }, { "id": "342b677a-4da9-4ad0-a23c-56e3599720ec", "key": "groupId" } ] }, "description": "Creates or Updates a group." }, "response": [ { "id": "fb55f5bb-6b27-400f-a5b9-ceee19fd068f", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-fb55f5bb-6b27-400f-a5b9-ceee19fd068f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8496ac06-e510-4628-9767-c126b58e2ebf" }, { "name": "Microsoft Azure API Management WorkspaceGroup_Update", "id": "6d6e6861-d727-41c7-8dc7-6311bf2e16bf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "id": "a64df536-5ddb-45ef-ae69-527ed7d97995", "key": "subscriptionId" }, { "id": "19497d40-88d7-407d-823f-77ef4e7af63c", "key": "resourceGroupName" }, { "id": "5723b10f-950a-4da1-8597-f0ff7ed258c1", "key": "serviceName" }, { "id": "09fb70b3-4136-4134-a96f-26d928c9128b", "key": "workspaceId" }, { "id": "d3e341c7-7541-4e70-8121-e20188069f22", "key": "groupId" } ] }, "description": "Updates the details of the group specified by its identifier." }, "response": [ { "id": "7d6d78c6-5692-47cc-b2e0-7083b1b09d20", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7d6d78c6-5692-47cc-b2e0-7083b1b09d20" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6d6e6861-d727-41c7-8dc7-6311bf2e16bf" }, { "name": "Microsoft Azure API Management WorkspaceGroup_Delete", "id": "d58be13d-9a5d-47f5-9e93-653544667877", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "id": "9cc80822-34d9-4b80-bb5b-0ae70e417837", "key": "subscriptionId" }, { "id": "ca4f5974-0451-4cfc-82a0-465d53f0a897", "key": "resourceGroupName" }, { "id": "1fd852b0-afd5-4022-9af0-d805890edf97", "key": "serviceName" }, { "id": "7d8c966f-3415-4326-8917-56a17cb5f28d", "key": "workspaceId" }, { "id": "281bdec6-6570-4f12-aee6-1f63c7f671a0", "key": "groupId" } ] }, "description": "Deletes specific group of the workspace in an API Management service instance." }, "response": [ { "id": "d5138e0a-f13d-432b-b008-74e28083a6e8", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups/:groupId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups", ":groupId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "groupId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d5138e0a-f13d-432b-b008-74e28083a6e8" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d58be13d-9a5d-47f5-9e93-653544667877" } ], "id": "dafa3168-3868-4138-a160-d3ea4cd8128a", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-dafa3168-3868-4138-a160-d3ea4cd8128a" }, { "name": "Microsoft Azure API Management WorkspaceGroup_ListByService", "id": "47d09e23-f143-4820-94d0-40d11a1ae361", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups" ], "variable": [ { "id": "450733be-2054-4bd0-a1fe-f1d0fe77d449", "key": "subscriptionId" }, { "id": "3b93b856-6a90-4d5b-a112-e1d988dbd99c", "key": "resourceGroupName" }, { "id": "bd7d138d-d105-4e20-92dd-715cf0e0befc", "key": "serviceName" }, { "id": "3e2a61bd-c914-4bad-a3aa-d3d3da26f9fd", "key": "workspaceId" } ] }, "description": "Lists a collection of groups defined within a workspace in a service instance." }, "response": [ { "id": "6dcc59f2-ac7d-4769-ae87-6be263d6ae35", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/groups", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "groups" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6dcc59f2-ac7d-4769-ae87-6be263d6ae35" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-47d09e23-f143-4820-94d0-40d11a1ae361" } ], "id": "644f9c14-f1a1-4456-8e7f-82b4f2373f3a", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-644f9c14-f1a1-4456-8e7f-82b4f2373f3a" }, { "name": "namedValues", "item": [ { "name": "{namedValueId}", "item": [ { "name": "Microsoft Azure API Management WorkspaceNamedValue_GetEntityTag", "id": "880afd72-479c-45e9-9066-e28ee6f127ac", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "id": "553e8301-36d8-4394-911e-81ad8cb32f74", "key": "subscriptionId" }, { "id": "1ac63a0e-6dfc-485d-8a7f-cd841b304d76", "key": "resourceGroupName" }, { "id": "a3130ada-fc13-4932-8a93-ba26e2ede80a", "key": "serviceName" }, { "id": "70c7694c-0f51-4c3e-99cd-6ffe4673fe16", "key": "workspaceId" }, { "id": "03eeba1c-109d-4a99-a143-33a6565b4792", "key": "namedValueId" } ] }, "description": "Gets the entity state (Etag) version of the named value specified by its identifier." }, "response": [ { "id": "b4107688-bfc8-48a4-85bd-197c15571e29", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "namedValueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b4107688-bfc8-48a4-85bd-197c15571e29" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-880afd72-479c-45e9-9066-e28ee6f127ac" }, { "name": "Microsoft Azure API Management WorkspaceNamedValue_Get", "id": "4e646557-9cd4-4a0d-89fc-dd46fce7ab50", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "id": "7e444d60-de0c-499a-b620-f8e4dca76243", "key": "subscriptionId" }, { "id": "3cae02a9-3b36-4cb5-a377-a2e70bcb0765", "key": "resourceGroupName" }, { "id": "53ee7458-533e-422c-90a5-08b74a9273d0", "key": "serviceName" }, { "id": "c3455dc3-6756-4b9d-be91-a5a5bd14f965", "key": "workspaceId" }, { "id": "6aef0c8c-ea87-43b2-a5e9-bdd362eb8eda", "key": "namedValueId" } ] }, "description": "Gets the details of the named value specified by its identifier." }, "response": [ { "id": "b2a79df2-99aa-4e24-93e3-a627e92f4dff", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "namedValueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b2a79df2-99aa-4e24-93e3-a627e92f4dff" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4e646557-9cd4-4a0d-89fc-dd46fce7ab50" }, { "name": "Microsoft Azure API Management WorkspaceNamedValue_CreateOrUpdate", "id": "c5cfd2a9-0cfe-44ed-b51e-41bf8f01ff06", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "id": "0b3bdb0f-40e0-479e-b9e0-54a75bac8aad", "key": "subscriptionId" }, { "id": "b7e13d22-3b57-4bcc-bbbe-bdfade22d7bb", "key": "resourceGroupName" }, { "id": "502510dd-69a3-4add-871c-37c902332d05", "key": "serviceName" }, { "id": "dd919afb-fb0b-422c-976e-297f4b201ed0", "key": "workspaceId" }, { "id": "725c0b2f-ed97-4221-a889-5498ff00f0fa", "key": "namedValueId" } ] }, "description": "Creates or updates named value." }, "response": [ { "id": "e8693048-7c08-428c-9d3e-6b62429692e6", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "namedValueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e8693048-7c08-428c-9d3e-6b62429692e6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c5cfd2a9-0cfe-44ed-b51e-41bf8f01ff06" }, { "name": "Microsoft Azure API Management WorkspaceNamedValue_Update", "id": "caf6f75c-9e9f-4227-acc2-b6260e5277a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "id": "18a2efb0-535b-4700-9b53-9064315bebcd", "key": "subscriptionId" }, { "id": "51140f25-732d-415d-a495-c819eb0f41d7", "key": "resourceGroupName" }, { "id": "0758e194-7b86-4373-a60d-9efd7006bce2", "key": "serviceName" }, { "id": "4a9d1953-e005-4256-b4c1-ef0ddb85d73f", "key": "workspaceId" }, { "id": "3b98fd17-566f-47b1-9f89-c7d94ac5de90", "key": "namedValueId" } ] }, "description": "Updates the specific named value." }, "response": [ { "id": "023b1974-33b6-459c-ace8-99d9e226fe14", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "namedValueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-023b1974-33b6-459c-ace8-99d9e226fe14" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-caf6f75c-9e9f-4227-acc2-b6260e5277a1" }, { "name": "Microsoft Azure API Management WorkspaceNamedValue_Delete", "id": "6c607740-310f-4e8d-a5a5-f5a804cbb2f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "id": "495b1f20-ae97-4cea-b9dd-3759f4665931", "key": "subscriptionId" }, { "id": "2627af9a-6da7-4ea2-a98b-33a7dc0ab6a2", "key": "resourceGroupName" }, { "id": "50b082bc-7ce6-4261-bc63-fee58ff8cdf7", "key": "serviceName" }, { "id": "d0015a2f-e86f-4af3-8a87-723824f6f0b6", "key": "workspaceId" }, { "id": "dee2f891-1a4a-45d9-ad01-9958ce91286c", "key": "namedValueId" } ] }, "description": "Deletes specific named value from the workspace in an API Management service instance." }, "response": [ { "id": "db334284-cd67-45c3-8657-276763f099c6", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues", ":namedValueId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "namedValueId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-db334284-cd67-45c3-8657-276763f099c6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6c607740-310f-4e8d-a5a5-f5a804cbb2f0" } ], "id": "dc2f272e-d2cf-4c96-85c2-5ca7d464d47f", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-dc2f272e-d2cf-4c96-85c2-5ca7d464d47f" }, { "name": "Microsoft Azure API Management WorkspaceNamedValue_ListByService", "id": "58b56a51-e80f-4d2f-91a4-13c5ed796606", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues" ], "variable": [ { "id": "75affbe3-3662-4a5b-a488-287bffa4912a", "key": "subscriptionId" }, { "id": "69e1cba7-3f95-4bca-9cfc-bea9077e96d7", "key": "resourceGroupName" }, { "id": "df6956a9-e75f-473e-a148-b407b089feff", "key": "serviceName" }, { "id": "eb3d8a6d-f090-4bbb-8003-1267f6e21d02", "key": "workspaceId" } ] }, "description": "Lists a collection of named values defined within a workspace in a service instance." }, "response": [ { "id": "478a922b-ae5b-4baa-afa1-6345d8de2146", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "namedValues" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-478a922b-ae5b-4baa-afa1-6345d8de2146" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-58b56a51-e80f-4d2f-91a4-13c5ed796606" } ], "id": "cdbeebdb-2b52-4495-8aca-235e3cfe0e5c", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-cdbeebdb-2b52-4495-8aca-235e3cfe0e5c" }, { "name": "notifications", "item": [ { "name": "{notificationName}", "item": [ { "name": "Microsoft Azure API Management WorkspaceNotification_Get", "id": "1936707f-1da4-40a4-93a6-4343b69f1cba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/notifications/:notificationName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "notifications", ":notificationName" ], "variable": [ { "id": "8fd50e2a-ebe3-4cec-9c83-4356e647c770", "key": "subscriptionId" }, { "id": "8f1bd7d0-15cc-4a62-95f6-85ff24b17489", "key": "resourceGroupName" }, { "id": "41cfb9c7-b825-40c0-b462-c739c76f45b5", "key": "serviceName" }, { "id": "3112ab3a-466a-4cb6-8ec6-b880df1114e8", "key": "workspaceId" }, { "id": "b571550d-cead-4f6d-9d4e-8086b3162dbd", "key": "notificationName" } ] }, "description": "Gets the details of the Notification specified by its identifier." }, "response": [ { "id": "65a4eac0-a8a8-4ed8-9b21-872f905380be", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/notifications/:notificationName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "notifications", ":notificationName" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "notificationName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-65a4eac0-a8a8-4ed8-9b21-872f905380be" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1936707f-1da4-40a4-93a6-4343b69f1cba" }, { "name": "Microsoft Azure API Management WorkspaceNotification_CreateOrUpdate", "id": "25d05dd7-d3b9-48d6-a9eb-67db6d22c993", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/notifications/:notificationName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "notifications", ":notificationName" ], "variable": [ { "id": "722fb6dd-d208-41a4-b691-bf20363f2f1c", "key": "subscriptionId" }, { "id": "0348b6c3-e585-446a-a38d-2722e69d504d", "key": "resourceGroupName" }, { "id": "86304f18-e528-4010-b91a-020937148724", "key": "serviceName" }, { "id": "d030531a-2e16-43af-8eca-a88ffa88cb90", "key": "workspaceId" }, { "id": "c3b3b256-865d-41aa-b00d-dd8846db8e68", "key": "notificationName" } ] }, "description": "Create or Update API Management publisher notification for the workspace." }, "response": [ { "id": "53114c63-e07c-4664-bb61-5e0170430ae4", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/notifications/:notificationName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "notifications", ":notificationName" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "notificationName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-53114c63-e07c-4664-bb61-5e0170430ae4" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-25d05dd7-d3b9-48d6-a9eb-67db6d22c993" } ], "id": "63a0a557-851d-4df8-8f8f-0f9cafb5cfb1", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-63a0a557-851d-4df8-8f8f-0f9cafb5cfb1" }, { "name": "Microsoft Azure API Management WorkspaceNotification_ListByService", "id": "926b791f-4656-4983-ae1d-e08a76d6290b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/notifications", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "notifications" ], "variable": [ { "id": "ce854990-db3a-4208-bdbc-1071ebfb3c9c", "key": "subscriptionId" }, { "id": "7ebbdedb-31e0-4caa-af8f-53b847c9c070", "key": "resourceGroupName" }, { "id": "5b48e62c-5a2a-412a-9e9f-208f27917607", "key": "serviceName" }, { "id": "6967a0d0-3434-423b-a9ed-82b53868b991", "key": "workspaceId" } ] }, "description": "Lists a collection of properties defined within a service instance." }, "response": [ { "id": "24f14219-0549-4ff8-b079-42abea4af45f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/notifications", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "notifications" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-24f14219-0549-4ff8-b079-42abea4af45f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-926b791f-4656-4983-ae1d-e08a76d6290b" } ], "id": "475fbea4-86a0-446f-8128-db4aa79610f6", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-475fbea4-86a0-446f-8128-db4aa79610f6" }, { "name": "policies", "item": [ { "name": "{policyId}", "item": [ { "name": "Microsoft Azure API Management WorkspacePolicy_GetEntityTag", "id": "5dc0247e-d513-4097-8d25-39c2e331d62a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies", ":policyId" ], "variable": [ { "id": "9f1a3e2e-9520-451c-93a0-cd148c42a080", "key": "subscriptionId" }, { "id": "506628f3-aa26-434e-97e5-7b925a9cfff9", "key": "resourceGroupName" }, { "id": "acac5a70-7f63-4780-828b-b4fe752197a2", "key": "serviceName" }, { "id": "4397b69b-eb19-4114-9412-17a2439816bf", "key": "workspaceId" }, { "id": "07fc272d-2a3e-4d59-99f0-bffe31df9e75", "key": "policyId" } ] }, "description": "Gets the entity state (Etag) version of the workspace policy specified by its identifier." }, "response": [ { "id": "b6681518-921b-4c1d-932f-40271e654f61", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b6681518-921b-4c1d-932f-40271e654f61" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5dc0247e-d513-4097-8d25-39c2e331d62a" }, { "name": "Microsoft Azure API Management WorkspacePolicy_Get", "id": "8575474a-ad79-42a3-815a-d2b9341b344c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies", ":policyId" ], "variable": [ { "id": "d7703e44-21f4-43ff-99a3-ec00d8ea893d", "key": "subscriptionId" }, { "id": "42f9e325-53be-4568-b8fa-2594da366638", "key": "resourceGroupName" }, { "id": "210f8446-d136-4364-a5da-d650979beae0", "key": "serviceName" }, { "id": "aae00b98-1269-4612-983e-5aedcde76cb7", "key": "workspaceId" }, { "id": "1e4c133a-2cc5-4981-9e22-fa6c7fd7651c", "key": "policyId" } ] }, "description": "Get the policy configuration at the API level." }, "response": [ { "id": "db584f2a-2509-4911-b306-d06ae5afe5b2", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-db584f2a-2509-4911-b306-d06ae5afe5b2" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-8575474a-ad79-42a3-815a-d2b9341b344c" }, { "name": "Microsoft Azure API Management WorkspacePolicy_CreateOrUpdate", "id": "510e0e3c-ca4b-4291-836c-e8ca2d33caa9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies", ":policyId" ], "variable": [ { "id": "b3ed9bae-d810-4883-9782-d74da7836407", "key": "subscriptionId" }, { "id": "3e5c7e69-7067-437e-85dc-8e164cfd5ab9", "key": "resourceGroupName" }, { "id": "8e4e3258-68de-4bb3-8434-6865721de118", "key": "serviceName" }, { "id": "ab7a53d9-90f3-491c-b3e4-c8485003a741", "key": "workspaceId" }, { "id": "1f6cded4-e420-47b7-b232-8a2d3961655d", "key": "policyId" } ] }, "description": "Creates or updates policy configuration for the workspace." }, "response": [ { "id": "20323988-b444-4425-b76d-f20e0bd957ec", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-20323988-b444-4425-b76d-f20e0bd957ec" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-510e0e3c-ca4b-4291-836c-e8ca2d33caa9" }, { "name": "Microsoft Azure API Management WorkspacePolicy_Delete", "id": "b9f8af4f-94a2-4dfb-b523-aa07d251a808", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies", ":policyId" ], "variable": [ { "id": "6fd0e44c-6f4b-4283-acc7-995932850335", "key": "subscriptionId" }, { "id": "e7b2d51f-bfe2-41ad-be3e-aca32782ba56", "key": "resourceGroupName" }, { "id": "745c92c9-842e-4849-8c3c-132e32168946", "key": "serviceName" }, { "id": "297250f2-16dd-4950-9679-f253bc18a927", "key": "workspaceId" }, { "id": "bcd96824-f725-483f-8465-d97aa7ff25a6", "key": "policyId" } ] }, "description": "Deletes the policy configuration at the workspace." }, "response": [ { "id": "6c10ffd2-fe1e-4dcf-9336-48293b33ffb2", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies/:policyId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies", ":policyId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "policyId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6c10ffd2-fe1e-4dcf-9336-48293b33ffb2" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b9f8af4f-94a2-4dfb-b523-aa07d251a808" } ], "id": "8e27028f-80ce-42fc-9c78-121e153668ce", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-8e27028f-80ce-42fc-9c78-121e153668ce" }, { "name": "Microsoft Azure API Management WorkspacePolicy_ListByApi", "id": "735b1b1e-bf1b-46c9-8293-c3e29f03611b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies" ], "variable": [ { "id": "1673c05b-c9bd-4522-acd7-bd0e025c975e", "key": "subscriptionId" }, { "id": "d5ed9f94-e984-4da7-aeed-1b793387ae93", "key": "resourceGroupName" }, { "id": "587a2fe6-4f19-46a8-9676-2013e46d1421", "key": "serviceName" }, { "id": "c1e01bff-2548-4ac4-892d-fec246544bc5", "key": "workspaceId" } ] }, "description": "Get the policy configuration at the workspace level." }, "response": [ { "id": "cbbf6815-6f1a-4faf-b727-1b745fc79b83", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policies", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policies" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-cbbf6815-6f1a-4faf-b727-1b745fc79b83" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-735b1b1e-bf1b-46c9-8293-c3e29f03611b" } ], "id": "d9071551-1b14-4e14-8e91-6dbe2a4895d0", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-d9071551-1b14-4e14-8e91-6dbe2a4895d0" }, { "name": "policyFragments", "item": [ { "name": "{id}", "item": [ { "name": "Microsoft Azure API Management WorkspacePolicyFragment_GetEntityTag", "id": "c396f6d0-91aa-40d4-a6b7-f5893841de87", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments/:id", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments", ":id" ], "variable": [ { "id": "cf22657f-b84e-4c4e-8eec-06f0d6378f1f", "key": "subscriptionId" }, { "id": "98410c8c-c2a3-4a5f-8e63-a062d08c9dfc", "key": "resourceGroupName" }, { "id": "015196e3-6e4b-46db-88bf-c0ab37b62918", "key": "serviceName" }, { "id": "6b3ec9d1-4479-4f0b-9c44-ff88ace7d777", "key": "workspaceId" }, { "id": "991fea96-832b-4e2b-8ce0-c285c1d4faeb", "key": "id" } ] }, "description": "Gets the entity state (Etag) version of a policy fragment." }, "response": [ { "id": "b0d82aac-669d-4107-b281-6b090d5603f3", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments/:id", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments", ":id" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b0d82aac-669d-4107-b281-6b090d5603f3" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c396f6d0-91aa-40d4-a6b7-f5893841de87" }, { "name": "Microsoft Azure API Management WorkspacePolicyFragment_Get", "id": "f46828df-af82-45c0-987b-acddf79b0ade", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments/:id", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments", ":id" ], "variable": [ { "id": "769f0dbe-e76f-480c-bbbf-ea8bbae68486", "key": "subscriptionId" }, { "id": "0617ca3f-c793-4bff-bdf1-177cb963fbf2", "key": "resourceGroupName" }, { "id": "4d2a387d-9175-4334-b992-db4250c4aaf3", "key": "serviceName" }, { "id": "d244877b-074a-4093-a0fb-4124cd79a482", "key": "workspaceId" }, { "id": "cc9acd03-b3fe-42a2-9ade-5b958d2e9c62", "key": "id" } ] }, "description": "Gets a policy fragment." }, "response": [ { "id": "5971565d-9b1c-47d5-aedc-a3ec1bb0040d", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments/:id", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments", ":id" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-5971565d-9b1c-47d5-aedc-a3ec1bb0040d" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f46828df-af82-45c0-987b-acddf79b0ade" }, { "name": "Microsoft Azure API Management WorkspacePolicyFragment_CreateOrUpdate", "id": "b8d82fe8-e675-4da4-9295-e73757ac0b29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments/:id", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments", ":id" ], "variable": [ { "id": "ef2a42da-10ea-4f4f-924c-e71e349165c6", "key": "subscriptionId" }, { "id": "3c8e3585-3461-4c7c-a938-4baade3984cf", "key": "resourceGroupName" }, { "id": "c355f3aa-8c64-4327-9ee6-91a4b49f609f", "key": "serviceName" }, { "id": "095f4469-764a-49ab-bcac-c3a7a44366da", "key": "workspaceId" }, { "id": "3e680923-f934-469a-8497-fa117d20cf02", "key": "id" } ] }, "description": "Creates or updates a policy fragment." }, "response": [ { "id": "f410a5b1-50cd-4464-bdf5-5ed9fa1a4ca4", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments/:id", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments", ":id" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f410a5b1-50cd-4464-bdf5-5ed9fa1a4ca4" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-b8d82fe8-e675-4da4-9295-e73757ac0b29" }, { "name": "Microsoft Azure API Management WorkspacePolicyFragment_Delete", "id": "9815c818-e608-4933-a4b6-b5c088d34dcd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments/:id", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments", ":id" ], "variable": [ { "id": "e890588a-8116-4f5e-b64b-5efc28fa8d51", "key": "subscriptionId" }, { "id": "fbe7de75-fa3b-4105-82d6-ce1e04cfa1c6", "key": "resourceGroupName" }, { "id": "b743ced2-2ea1-422b-bc27-101faaf567f5", "key": "serviceName" }, { "id": "ba1ce04b-fa32-4c39-a650-fc817d0af232", "key": "workspaceId" }, { "id": "b03d3fe9-ffa0-4e5b-8a16-51a76378bb6a", "key": "id" } ] }, "description": "Deletes a policy fragment." }, "response": [ { "id": "1cd36f7f-f9f5-459c-9e2b-4adb05c9294e", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments/:id", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments", ":id" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1cd36f7f-f9f5-459c-9e2b-4adb05c9294e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9815c818-e608-4933-a4b6-b5c088d34dcd" } ], "id": "44846439-68a1-451c-a986-b9d20a53163c", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-44846439-68a1-451c-a986-b9d20a53163c" }, { "name": "Microsoft Azure API Management WorkspacePolicyFragment_ListByService", "id": "a71af7b3-ac49-4574-a90a-bba9744b2f94", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments" ], "variable": [ { "id": "c71bf6aa-cb89-40f8-adca-d7f49bd02af5", "key": "subscriptionId" }, { "id": "acaccee8-2674-4f6f-890f-42bbac88f952", "key": "resourceGroupName" }, { "id": "bd15ae3f-e556-4693-abe9-68b9541a5ffb", "key": "serviceName" }, { "id": "3c4b046f-6191-44d9-b413-3f9bb099ea23", "key": "workspaceId" } ] }, "description": "Gets all policy fragments defined within a workspace." }, "response": [ { "id": "fadc72f9-91c1-4890-9e46-c71ce7465750", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/policyFragments", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "policyFragments" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-fadc72f9-91c1-4890-9e46-c71ce7465750" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a71af7b3-ac49-4574-a90a-bba9744b2f94" } ], "id": "9e659185-41b0-45e9-aa20-585421395f75", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-9e659185-41b0-45e9-aa20-585421395f75" }, { "name": "products", "item": [ { "name": "{productId}", "item": [ { "name": "Microsoft Azure API Management WorkspaceProduct_GetEntityTag", "id": "1b801eed-8fb4-4ae4-a0a8-d2a2c589a236", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "id": "0feb4db1-1a32-4fda-a59e-b82344f0ebbe", "key": "subscriptionId" }, { "id": "b5e1d31a-b333-4913-a84b-75080f36fbde", "key": "resourceGroupName" }, { "id": "8505fa89-73b5-4066-85ba-5631ed3f826b", "key": "serviceName" }, { "id": "070c4255-83e3-4de5-a5d1-763a2741175f", "key": "workspaceId" }, { "id": "156655d0-af35-4bb5-8024-129da7a7fc52", "key": "productId" } ] }, "description": "Gets the entity state (Etag) version of the product specified by its identifier." }, "response": [ { "id": "03df84e4-9143-4557-be78-6feb2128d0ab", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-03df84e4-9143-4557-be78-6feb2128d0ab" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1b801eed-8fb4-4ae4-a0a8-d2a2c589a236" }, { "name": "Microsoft Azure API Management WorkspaceProduct_Get", "id": "ea5f75ab-9409-42f8-81ca-ec3fd25a58a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "id": "266d5bba-b45f-4322-a7fa-e81ba96c7915", "key": "subscriptionId" }, { "id": "38486927-f967-4fc0-a89a-01507f4311b4", "key": "resourceGroupName" }, { "id": "bbfb6fb7-bb87-4c11-a5ef-28caa95e07ec", "key": "serviceName" }, { "id": "83933e13-622f-47fb-84cb-98b74d94485a", "key": "workspaceId" }, { "id": "0553b06b-ff37-4b86-8c8b-c2a029765082", "key": "productId" } ] }, "description": "Gets the details of the product specified by its identifier." }, "response": [ { "id": "934105a5-53bd-478f-847a-1b43d90d801b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-934105a5-53bd-478f-847a-1b43d90d801b" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ea5f75ab-9409-42f8-81ca-ec3fd25a58a1" }, { "name": "Microsoft Azure API Management WorkspaceProduct_CreateOrUpdate", "id": "7a0d8a49-51e6-4779-a8db-0315c91932f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "id": "1d519992-45f3-41a7-90d8-8245b5c7d5ec", "key": "subscriptionId" }, { "id": "afd259d0-f065-429f-8aa3-52183f43338f", "key": "resourceGroupName" }, { "id": "48c322c1-b789-43f3-b66a-ac7d282de17e", "key": "serviceName" }, { "id": "5ca5b2b6-cb96-489c-935b-5fcfb53e09da", "key": "workspaceId" }, { "id": "81857be1-f0de-4ef0-a356-d8f1c02fa84b", "key": "productId" } ] }, "description": "Creates or Updates a product." }, "response": [ { "id": "038576d7-5d5e-4ca7-9653-d9d145e4969a", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-038576d7-5d5e-4ca7-9653-d9d145e4969a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7a0d8a49-51e6-4779-a8db-0315c91932f0" }, { "name": "Microsoft Azure API Management WorkspaceProduct_Update", "id": "af04ee5a-fb96-479e-9f9a-7c7a69c286ed", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "id": "2dee4dff-997d-4a67-aefe-a71e01521333", "key": "subscriptionId" }, { "id": "b1b4fd1c-5298-447a-b680-e34938097193", "key": "resourceGroupName" }, { "id": "2f595f89-b0c5-4ff7-992e-a62909bf6540", "key": "serviceName" }, { "id": "62e8cc86-2850-4356-8209-6a4f8aa1942c", "key": "workspaceId" }, { "id": "ca3237dc-ecf7-416f-9000-1e88f21c3d04", "key": "productId" } ] }, "description": "Update existing product details." }, "response": [ { "id": "654317c3-8ba3-4574-ae48-cef262f342ba", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-654317c3-8ba3-4574-ae48-cef262f342ba" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-af04ee5a-fb96-479e-9f9a-7c7a69c286ed" }, { "name": "Microsoft Azure API Management WorkspaceProduct_Delete", "id": "01f7b379-d7eb-4f7e-9e28-d7929d3a23f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "id": "5bd6e24a-b052-4ee2-9da4-591796fe876b", "key": "subscriptionId" }, { "id": "aad418bf-a8ae-4a3f-a099-cd2a187f323d", "key": "resourceGroupName" }, { "id": "068256c0-f107-4941-b6c6-1da253308d21", "key": "serviceName" }, { "id": "0eb3686a-f174-4c01-9554-780f584b40ad", "key": "workspaceId" }, { "id": "d95685c2-f16d-4f94-a3a7-0b76879df76f", "key": "productId" } ] }, "description": "Delete product." }, "response": [ { "id": "21459722-1805-4e56-bad2-cb7d2308c4f6", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products/:productId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products", ":productId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "productId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-21459722-1805-4e56-bad2-cb7d2308c4f6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-01f7b379-d7eb-4f7e-9e28-d7929d3a23f0" } ], "id": "08d9de6e-5e0e-458b-9f45-3312eddf5cfd", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-08d9de6e-5e0e-458b-9f45-3312eddf5cfd" }, { "name": "Microsoft Azure API Management WorkspaceProduct_ListByService", "id": "7e50cb13-dd4c-4837-a6c6-82ec816e54fe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products" ], "variable": [ { "id": "5a12b593-ed2f-45c0-858c-a26f54318cf6", "key": "subscriptionId" }, { "id": "f7f11b5a-c0b7-48d5-a9ca-9c4badbe7650", "key": "resourceGroupName" }, { "id": "e5582eb8-e4c9-4f98-bcda-ce21de45697f", "key": "serviceName" }, { "id": "b0851419-33f7-4848-b21b-c4c97b75884f", "key": "workspaceId" } ] }, "description": "Lists a collection of products in the specified workspace in a service instance." }, "response": [ { "id": "f6475565-59b7-4e46-b0c5-e3bca29ec2ba", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/products", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "products" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f6475565-59b7-4e46-b0c5-e3bca29ec2ba" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7e50cb13-dd4c-4837-a6c6-82ec816e54fe" } ], "id": "a2c8afad-737b-4e99-af29-5fc3fee3ede1", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-a2c8afad-737b-4e99-af29-5fc3fee3ede1" }, { "name": "schemas", "item": [ { "name": "{schemaId}", "item": [ { "name": "Microsoft Azure API Management WorkspaceGlobalSchema_GetEntityTag", "id": "e6ba20d2-fe28-452d-aea2-9be7b1c07eff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas", ":schemaId" ], "variable": [ { "id": "82fb8d33-5acb-4db4-9f63-9baca054ade8", "key": "subscriptionId" }, { "id": "27ae8458-eb1c-44c8-ac6e-f4249dc92b9f", "key": "resourceGroupName" }, { "id": "eb84b78a-5050-43be-9b29-2cbfe43cc676", "key": "serviceName" }, { "id": "668b6673-80cd-455b-8252-60f2e5c715f9", "key": "workspaceId" }, { "id": "a35a4471-15b0-4125-b53a-7580af3c9346", "key": "schemaId" } ] }, "description": "Gets the entity state (Etag) version of the Schema specified by its identifier." }, "response": [ { "id": "d8302dc6-9e5f-462a-ac2a-06bbbd80e445", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas", ":schemaId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d8302dc6-9e5f-462a-ac2a-06bbbd80e445" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e6ba20d2-fe28-452d-aea2-9be7b1c07eff" }, { "name": "Microsoft Azure API Management WorkspaceGlobalSchema_Get", "id": "785b4082-34f3-4051-b04b-c251b1aa7f38", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas", ":schemaId" ], "variable": [ { "id": "eb57d5cf-0dfb-4099-b776-d6ab853e6ebf", "key": "subscriptionId" }, { "id": "1e617ed8-c5ea-4b66-bec1-6b76cc84c96a", "key": "resourceGroupName" }, { "id": "65ca0914-7474-4dab-b6e3-b746684a3e21", "key": "serviceName" }, { "id": "8174c719-31c0-4ce4-9a22-8e3fdc0257a4", "key": "workspaceId" }, { "id": "31a49bbc-efc4-4d55-8622-b05c2935b9bf", "key": "schemaId" } ] }, "description": "Gets the details of the Schema specified by its identifier." }, "response": [ { "id": "1bd92c83-9014-4566-abe8-59b68d1ef097", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas", ":schemaId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1bd92c83-9014-4566-abe8-59b68d1ef097" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-785b4082-34f3-4051-b04b-c251b1aa7f38" }, { "name": "Microsoft Azure API Management WorkspaceGlobalSchema_CreateOrUpdate", "id": "598bbb2c-8c05-4b1f-9350-0667c37f3d19", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas", ":schemaId" ], "variable": [ { "id": "254e6dac-e252-44d3-8310-fe3f29eb92ca", "key": "subscriptionId" }, { "id": "67bc03fe-c35a-4d7f-a87a-ab1a4fd93c53", "key": "resourceGroupName" }, { "id": "7e8c5644-4731-44e6-9717-a180db11a087", "key": "serviceName" }, { "id": "431e5dc1-5f1e-4edd-a780-6831949432bc", "key": "workspaceId" }, { "id": "19c6c49d-8e49-4c27-92c7-f14b4e340cc3", "key": "schemaId" } ] }, "description": "Creates new or updates existing specified Schema of the workspace in an API Management service instance." }, "response": [ { "id": "9cb85207-c93a-406d-bf76-e7dd72d9ea99", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas", ":schemaId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9cb85207-c93a-406d-bf76-e7dd72d9ea99" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-598bbb2c-8c05-4b1f-9350-0667c37f3d19" }, { "name": "Microsoft Azure API Management WorkspaceGlobalSchema_Delete", "id": "6f4d10b5-a90c-4e08-b699-70bb354d008d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas", ":schemaId" ], "variable": [ { "id": "759dae34-e4a9-4682-bb4c-e8eb1b1f5b87", "key": "subscriptionId" }, { "id": "6165ccaf-9521-4144-aab0-5e8319aceff2", "key": "resourceGroupName" }, { "id": "f12ca56b-da98-4dd6-9855-a20857f9f50f", "key": "serviceName" }, { "id": "c55f42a6-b1e1-4033-af2a-a6d30e7ce1aa", "key": "workspaceId" }, { "id": "4c614c06-d8e9-4c28-a346-1f944117acac", "key": "schemaId" } ] }, "description": "Deletes specific Schema." }, "response": [ { "id": "4e7de8ab-cc41-417e-8fe4-d02b3af4892c", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas/:schemaId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas", ":schemaId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "schemaId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4e7de8ab-cc41-417e-8fe4-d02b3af4892c" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6f4d10b5-a90c-4e08-b699-70bb354d008d" } ], "id": "eb48ba1a-b3c6-406b-9689-3468cd924dc7", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-eb48ba1a-b3c6-406b-9689-3468cd924dc7" }, { "name": "Microsoft Azure API Management WorkspaceGlobalSchema_ListByService", "id": "173ab1e8-df9f-4905-ba7e-4fc7a2c122e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas" ], "variable": [ { "id": "7a4ef37b-a064-4b49-8c38-1f9e77c8cce6", "key": "subscriptionId" }, { "id": "69ebe0dd-8ccc-4d65-8258-d4f645fd74f2", "key": "resourceGroupName" }, { "id": "230254e7-c7ce-4dc8-bc87-08cb5bd0971f", "key": "serviceName" }, { "id": "4ba5cb0b-9ccd-4113-944e-a06e5273e07c", "key": "workspaceId" } ] }, "description": "Lists a collection of schemas registered with workspace in a service instance." }, "response": [ { "id": "0dd3fab9-911f-4f2b-a8cc-a72290048a3c", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/schemas", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "schemas" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0dd3fab9-911f-4f2b-a8cc-a72290048a3c" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-173ab1e8-df9f-4905-ba7e-4fc7a2c122e3" } ], "id": "de859a5e-2ace-409f-8b43-5a8a0713e3ba", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-de859a5e-2ace-409f-8b43-5a8a0713e3ba" }, { "name": "subscriptions", "item": [ { "name": "{sid}", "item": [ { "name": "Microsoft Azure API Management WorkspaceSubscription_GetEntityTag", "id": "c720c21d-f9f6-4316-8667-f7598d23331f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "id": "90316ce8-e9a3-4ca8-ade9-d7bfa922017f", "key": "subscriptionId" }, { "id": "4a1a5b4a-2795-4fc0-b8a6-276b2474faff", "key": "resourceGroupName" }, { "id": "d411b5c2-9ad2-46b2-a044-4df667de80c6", "key": "serviceName" }, { "id": "7c943972-3213-448f-93a7-bb8ae1b9894a", "key": "workspaceId" }, { "id": "0bc42b78-9e80-4fd1-bf84-de3a370df9b9", "key": "sid" } ] }, "description": "Gets the entity state (Etag) version of the apimanagement subscription specified by its identifier." }, "response": [ { "id": "0533ae4e-f2ee-43b0-a983-13226cacbdb1", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0533ae4e-f2ee-43b0-a983-13226cacbdb1" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-c720c21d-f9f6-4316-8667-f7598d23331f" }, { "name": "Microsoft Azure API Management WorkspaceSubscription_Get", "id": "e671a81f-f1f2-417a-baad-8e405168a4d4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "id": "77157bc0-a73f-499c-aa26-5a92a0f0fd81", "key": "subscriptionId" }, { "id": "22f29950-9ac1-4c00-85e7-0164ff2aebf9", "key": "resourceGroupName" }, { "id": "f12f5d5a-7fbb-4a4d-a9ba-7c54ea87872b", "key": "serviceName" }, { "id": "999ef805-d2d7-4623-a308-53fd4907af0a", "key": "workspaceId" }, { "id": "69af5825-a4ae-422f-8a17-a5b5fbb4c296", "key": "sid" } ] }, "description": "Gets the specified Subscription entity." }, "response": [ { "id": "45faba29-6c93-474d-8438-c778306bfff9", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-45faba29-6c93-474d-8438-c778306bfff9" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e671a81f-f1f2-417a-baad-8e405168a4d4" }, { "name": "Microsoft Azure API Management WorkspaceSubscription_CreateOrUpdate", "id": "acce8dc3-d02f-45bc-b98c-3809bd273a29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "id": "40833d8c-1b6d-4327-9604-88e7d5c77eaf", "key": "subscriptionId" }, { "id": "6681009e-daf1-44ed-8341-2ea6c4bca3f5", "key": "resourceGroupName" }, { "id": "2cbcab49-34a7-4d8e-b7d8-c0ebc8fa8d0a", "key": "serviceName" }, { "id": "cda479db-6f40-429f-aa6b-a030da20488c", "key": "workspaceId" }, { "id": "a442db75-733c-4c8b-aa1c-d8b474f4fd10", "key": "sid" } ] }, "description": "Creates or updates the subscription of specified user to the specified product." }, "response": [ { "id": "a937b53a-51cf-4bb8-b731-78fa81d45fd4", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a937b53a-51cf-4bb8-b731-78fa81d45fd4" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-acce8dc3-d02f-45bc-b98c-3809bd273a29" }, { "name": "Microsoft Azure API Management WorkspaceSubscription_Update", "id": "e835e668-55f1-4c53-93f9-ac717d432523", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "id": "2998bf1e-a0a1-4303-9417-2fec004bf3c2", "key": "subscriptionId" }, { "id": "fa7a9aa9-6efc-448f-a028-63555ad3814d", "key": "resourceGroupName" }, { "id": "91da1c13-247f-4a00-8c7a-a6f2a691e5e8", "key": "serviceName" }, { "id": "4a18243f-0415-46cd-a2b0-58a03dfda534", "key": "workspaceId" }, { "id": "43409442-ab4f-4133-b7da-d500fa43ce2c", "key": "sid" } ] }, "description": "Updates the details of a subscription specified by its identifier." }, "response": [ { "id": "ed1f3f69-30fb-4192-8d88-74e5ffded538", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ed1f3f69-30fb-4192-8d88-74e5ffded538" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e835e668-55f1-4c53-93f9-ac717d432523" }, { "name": "Microsoft Azure API Management WorkspaceSubscription_Delete", "id": "03268131-ed8f-42f4-bb13-572be42d5780", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "id": "39cd9cba-0178-4037-88f0-1cb7def0fcd8", "key": "subscriptionId" }, { "id": "315704a1-ab67-41cc-af44-f99e42c49653", "key": "resourceGroupName" }, { "id": "c9a36c64-8931-43ab-9074-6f00e42cf1a0", "key": "serviceName" }, { "id": "01e3cbec-26bf-49dd-a953-f34c1eac53dd", "key": "workspaceId" }, { "id": "e6385173-927c-4884-8e3d-febc91e41266", "key": "sid" } ] }, "description": "Deletes the specified subscription." }, "response": [ { "id": "1c0faf29-0de6-4a68-90c9-26828377938f", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions/:sid", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions", ":sid" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1c0faf29-0de6-4a68-90c9-26828377938f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-03268131-ed8f-42f4-bb13-572be42d5780" } ], "id": "b891fcb3-f83e-48e9-9a0c-a5844865f1c7", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-b891fcb3-f83e-48e9-9a0c-a5844865f1c7" }, { "name": "Microsoft Azure API Management WorkspaceSubscription_List", "id": "00e8e61b-4d79-42ca-a0db-10f12ab097cd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions" ], "variable": [ { "id": "c7f5f4f2-65f0-4349-9f21-bc39784e60af", "key": "subscriptionId" }, { "id": "3b1d6111-b445-4440-ad91-44af3f68b00d", "key": "resourceGroupName" }, { "id": "dcd4b05c-34ec-429d-bed6-43f2897a39fb", "key": "serviceName" }, { "id": "54f097de-bc82-45fd-a556-6497a9a78e78", "key": "workspaceId" } ] }, "description": "Lists all subscriptions of the workspace in an API Management service instance." }, "response": [ { "id": "7fdcbb26-87c7-4191-8a77-ba844979670f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "subscriptions" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-7fdcbb26-87c7-4191-8a77-ba844979670f" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-00e8e61b-4d79-42ca-a0db-10f12ab097cd" } ], "id": "c9fdf530-66c9-436e-9009-dad56af9c220", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-c9fdf530-66c9-436e-9009-dad56af9c220" }, { "name": "tags", "item": [ { "name": "{tagId}", "item": [ { "name": "Microsoft Azure API Management WorkspaceTag_GetEntityState", "id": "4cd98da1-05df-4d4f-afef-15edfa43585b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "id": "f08ac1d9-9796-4881-997f-4b8236456fad", "key": "subscriptionId" }, { "id": "b9e2e648-7d92-49fd-9ba7-1f19da80a92f", "key": "resourceGroupName" }, { "id": "65fd0cf8-f265-4a39-8922-d9ad86d72adc", "key": "serviceName" }, { "id": "6777630d-2de4-4ca5-97fa-a02f74e0c352", "key": "workspaceId" }, { "id": "ad53c000-bfbd-4a50-8784-baf8f69e1d77", "key": "tagId" } ] }, "description": "Gets the entity state version of the tag specified by its identifier." }, "response": [ { "id": "6a0f3831-d8e4-4bf0-8f4c-bc242df744e6", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6a0f3831-d8e4-4bf0-8f4c-bc242df744e6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-4cd98da1-05df-4d4f-afef-15edfa43585b" }, { "name": "Microsoft Azure API Management WorkspaceTag_Get", "id": "0532fe12-b555-47d6-b2aa-44fe15d9c1a0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "id": "b509b23b-303d-407a-9234-866c60b6845c", "key": "subscriptionId" }, { "id": "c2b5d393-9748-4d71-a2a4-771fd8fbe2da", "key": "resourceGroupName" }, { "id": "e2b4c7ba-5a3f-404c-b5e4-7507c68eab34", "key": "serviceName" }, { "id": "99ad345c-f02d-4880-bec5-eaa2fb2cf158", "key": "workspaceId" }, { "id": "d9410bbe-f2bc-4b82-b0a2-1da55283d971", "key": "tagId" } ] }, "description": "Gets the details of the tag specified by its identifier." }, "response": [ { "id": "0ab247a2-dcb0-4e90-b4fa-31a0437bd3ff", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0ab247a2-dcb0-4e90-b4fa-31a0437bd3ff" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0532fe12-b555-47d6-b2aa-44fe15d9c1a0" }, { "name": "Microsoft Azure API Management WorkspaceTag_CreateOrUpdate", "id": "0303f824-1d06-4672-b60a-8df89c7d2dab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "id": "d915cffe-8ee9-4fdc-a011-66c0868ed54b", "key": "subscriptionId" }, { "id": "9c50bd51-9955-483c-aae0-024e301e7693", "key": "resourceGroupName" }, { "id": "ba6adc23-869f-48c5-b5f6-d37a4a02acf7", "key": "serviceName" }, { "id": "26ad7ea8-d9a7-48fc-a5dc-85307bed0d57", "key": "workspaceId" }, { "id": "046e2ad0-adbd-4bc5-a929-6acfd1b27560", "key": "tagId" } ] }, "description": "Creates a tag." }, "response": [ { "id": "2097d6a6-a888-46f6-a13d-d0c6ae332e01", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-2097d6a6-a888-46f6-a13d-d0c6ae332e01" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-0303f824-1d06-4672-b60a-8df89c7d2dab" }, { "name": "Microsoft Azure API Management WorkspaceTag_Update", "id": "d7abfdcf-56cb-42a5-bd27-b29fc6f65ca1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "id": "5df0e67e-2734-4151-9528-e7251d98e987", "key": "subscriptionId" }, { "id": "892034b8-5729-4bcf-abd7-86c54db3a2d3", "key": "resourceGroupName" }, { "id": "6ba66dbd-3844-4fc0-b502-1992df63c6e0", "key": "serviceName" }, { "id": "afccca87-6ece-404c-bfd6-a5e82631d261", "key": "workspaceId" }, { "id": "5546c4cb-3cc3-44e9-b649-cbfa1f027291", "key": "tagId" } ] }, "description": "Updates the details of the tag specified by its identifier." }, "response": [ { "id": "e0335f53-e1d1-40cb-9c8e-6b572cf9358e", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e0335f53-e1d1-40cb-9c8e-6b572cf9358e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-d7abfdcf-56cb-42a5-bd27-b29fc6f65ca1" }, { "name": "Microsoft Azure API Management WorkspaceTag_Delete", "id": "19f19ab4-94f0-454e-9f1d-41b551b8df67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "id": "a0a7bc13-1911-418f-9fb8-ee5f7a58f4a1", "key": "subscriptionId" }, { "id": "63c0f1bc-d749-4e85-a32a-2dae2d1a0288", "key": "resourceGroupName" }, { "id": "9990c27c-888c-4814-870e-a3495e286a44", "key": "serviceName" }, { "id": "8cab66a1-5c7a-41ae-a815-2c172ddd50f7", "key": "workspaceId" }, { "id": "1d68eae3-00a7-4ba5-89eb-393b24bcc070", "key": "tagId" } ] }, "description": "Deletes specific tag of the workspace in an API Management service instance." }, "response": [ { "id": "33744843-674c-4596-a193-93d9d2c4ad2d", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags/:tagId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags", ":tagId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" }, { "key": "tagId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-33744843-674c-4596-a193-93d9d2c4ad2d" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-19f19ab4-94f0-454e-9f1d-41b551b8df67" } ], "id": "c93347ae-ae10-44fa-80a5-eb617a27debb", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-c93347ae-ae10-44fa-80a5-eb617a27debb" }, { "name": "Microsoft Azure API Management WorkspaceTag_ListByService", "id": "20ccbbe7-608e-4aeb-8359-0f5ea92d9b14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags" ], "variable": [ { "id": "e2ee38d5-aa9c-4fdf-bdff-abd545412fea", "key": "subscriptionId" }, { "id": "7ed8216b-ee49-452a-a808-a220d3c23ba1", "key": "resourceGroupName" }, { "id": "0f1449fe-864e-4aed-893f-331136c7f756", "key": "serviceName" }, { "id": "ea14403e-d255-4099-85ad-79495395f78e", "key": "workspaceId" } ] }, "description": "Lists a collection of tags defined within a workspace in a service instance." }, "response": [ { "id": "6b60ee7c-1ed2-4071-b458-0133e5eaf31e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/tags", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId", "tags" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6b60ee7c-1ed2-4071-b458-0133e5eaf31e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-20ccbbe7-608e-4aeb-8359-0f5ea92d9b14" } ], "id": "475ecb5b-be13-4fcb-bd97-714d5164f588", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-475ecb5b-be13-4fcb-bd97-714d5164f588" }, { "name": "Microsoft Azure API Management Workspace_GetEntityTag", "id": "49e3216a-61da-4eca-aa49-f17d1af5e083", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "HEAD", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "id": "41b8c3cc-09c4-4598-ab55-af4ef41d5be7", "key": "subscriptionId" }, { "id": "48c26900-8e8b-4e82-9d3f-f88b58f13eeb", "key": "resourceGroupName" }, { "id": "53ecd223-7c08-4d50-b277-c2d767106dd9", "key": "serviceName" }, { "id": "f13c91d8-4626-4e25-8f9f-2cc8afa3323d", "key": "workspaceId" } ] }, "description": "Gets the entity state (Etag) version of the workspace specified by its identifier." }, "response": [ { "id": "43a86f4e-7945-4128-a53b-0279a7e5dcc6", "name": "Success", "originalRequest": { "method": "HEAD", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-43a86f4e-7945-4128-a53b-0279a7e5dcc6" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-49e3216a-61da-4eca-aa49-f17d1af5e083" }, { "name": "Microsoft Azure API Management Workspace_Get", "id": "ddacd747-4813-47c4-a552-7f0106d5054c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "id": "3b546de0-488d-4d40-bbd9-55d5628f8322", "key": "subscriptionId" }, { "id": "30709704-c06e-47c3-bf15-3f433039553e", "key": "resourceGroupName" }, { "id": "1074fa55-5289-4801-a1f2-d5c8956eaf58", "key": "serviceName" }, { "id": "ab19b647-b52f-42f0-af99-7e0e5988179d", "key": "workspaceId" } ] }, "description": "Gets the details of the workspace specified by its identifier." }, "response": [ { "id": "a0e13d12-788a-40e0-ac8b-012fec941f43", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a0e13d12-788a-40e0-ac8b-012fec941f43" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-ddacd747-4813-47c4-a552-7f0106d5054c" }, { "name": "Microsoft Azure API Management Workspace_CreateOrUpdate", "id": "a884317f-acf4-415c-bb1c-824c1eaeafbe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "id": "78eda66b-500b-4144-ba5f-58aaf025b69a", "key": "subscriptionId" }, { "id": "d89f8309-770d-42c3-a58e-5596d176b6b4", "key": "resourceGroupName" }, { "id": "085ac7f6-7944-414a-9597-58827fb5ef3f", "key": "serviceName" }, { "id": "c0304197-e11f-4e55-ab45-db8759137454", "key": "workspaceId" } ] }, "description": "Creates a new workspace or updates an existing one." }, "response": [ { "id": "16dbde00-9f70-4dd5-8b21-36595d71cd2a", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-16dbde00-9f70-4dd5-8b21-36595d71cd2a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-a884317f-acf4-415c-bb1c-824c1eaeafbe" }, { "name": "Microsoft Azure API Management Workspace_Update", "id": "e77606c4-80d3-46b9-99f2-606ad4981243", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "id": "fc372cc1-41a8-4055-bc05-470c54c1b3b4", "key": "subscriptionId" }, { "id": "3a22890b-9cca-4bb9-9825-9928e2267789", "key": "resourceGroupName" }, { "id": "4cbfa0b1-fd75-4baf-a52f-42c643887eea", "key": "serviceName" }, { "id": "b5b711fd-776e-4289-ae39-ea355556c0fb", "key": "workspaceId" } ] }, "description": "Updates the details of the workspace specified by its identifier." }, "response": [ { "id": "130aa273-6e54-427b-a8fa-fc810b5b40f1", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-130aa273-6e54-427b-a8fa-fc810b5b40f1" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-e77606c4-80d3-46b9-99f2-606ad4981243" }, { "name": "Microsoft Azure API Management Workspace_Delete", "id": "363cdaea-c37b-461e-b2d1-e0324a8566de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "id": "1306aa43-5472-4697-9570-1ba0d3d3f324", "key": "subscriptionId" }, { "id": "b814cc08-257f-40a7-baaf-5c0f290dc91c", "key": "resourceGroupName" }, { "id": "e783f1da-8ef9-4932-abb1-53b1dccbd52d", "key": "serviceName" }, { "id": "4b582a98-a177-4dca-8943-7a97de20ad81", "key": "workspaceId" } ] }, "description": "Deletes the specified workspace." }, "response": [ { "id": "60d9f141-da66-428a-9180-2cd1faaec6ff", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces", ":workspaceId" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" }, { "key": "workspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-60d9f141-da66-428a-9180-2cd1faaec6ff" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-363cdaea-c37b-461e-b2d1-e0324a8566de" } ], "id": "f3946466-59c3-4b8a-aa50-e353e1451cc6", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-f3946466-59c3-4b8a-aa50-e353e1451cc6" }, { "name": "Microsoft Azure API Management Workspace_ListByService", "id": "9b47248e-941b-4dff-b77f-4fab57d201ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces" ], "variable": [ { "id": "4586d568-b61c-45e9-99d8-86a58dc03e6a", "key": "subscriptionId" }, { "id": "5eef8d67-73ba-4e43-8674-bbb4ba91cbbf", "key": "resourceGroupName" }, { "id": "f363bc07-eb7e-4739-b7a3-721cce7124e8", "key": "serviceName" } ] }, "description": "Lists all workspaces of the API Management service instance." }, "response": [ { "id": "544eab24-6e70-493b-bda4-5d8de0ae2695", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName", "workspaces" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-544eab24-6e70-493b-bda4-5d8de0ae2695" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-9b47248e-941b-4dff-b77f-4fab57d201ad" } ], "id": "a9ed685d-2d4a-41fa-b592-1909fd6a8808", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-a9ed685d-2d4a-41fa-b592-1909fd6a8808" }, { "name": "Microsoft Azure API Management ApiManagementService_CreateOrUpdate", "id": "833207d0-5003-4eeb-bba6-f642b818f5d4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName" ], "variable": [ { "id": "e2f70d9a-d505-4480-b8de-821a2c86d26b", "key": "subscriptionId" }, { "id": "eb64a6b6-f538-4523-9773-838656fe59d9", "key": "resourceGroupName" }, { "id": "85ff27ab-cb2d-46d0-bb79-cc481da47502", "key": "serviceName" } ] }, "description": "Creates or updates an API Management service. This is long running operation and could take several minutes to complete." }, "response": [ { "id": "6f8c1323-598d-4179-a68f-8a01787cab4e", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-6f8c1323-598d-4179-a68f-8a01787cab4e" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-833207d0-5003-4eeb-bba6-f642b818f5d4" }, { "name": "Microsoft Azure API Management ApiManagementService_Update", "id": "1de4d931-949f-4930-9976-b3239a617f3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName" ], "variable": [ { "id": "52c9ba39-f472-4677-bb34-e1667bd14327", "key": "subscriptionId" }, { "id": "48cc29a0-5259-45fd-b5f0-06f209b8c0e6", "key": "resourceGroupName" }, { "id": "67587157-32b3-4361-a0f6-21e384a5e25f", "key": "serviceName" } ] }, "description": "Updates an existing API Management service." }, "response": [ { "id": "05c0aa45-0557-4eb8-8094-997b48e593eb", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-05c0aa45-0557-4eb8-8094-997b48e593eb" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-1de4d931-949f-4930-9976-b3239a617f3c" }, { "name": "Microsoft Azure API Management ApiManagementService_Get", "id": "732abf7d-8c27-49cd-9ab0-d40a8503b98c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName" ], "variable": [ { "id": "0698ebee-1ebf-4e0f-9f3a-0fa57eb5932a", "key": "subscriptionId" }, { "id": "06368b8c-4456-4cb7-903b-522da39049fa", "key": "resourceGroupName" }, { "id": "11d56ae6-9bdd-4e49-96c5-da0642243d8c", "key": "serviceName" } ] }, "description": "Gets an API Management service resource description." }, "response": [ { "id": "bdf2fc2a-929b-4a7d-a693-e0c510478333", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-bdf2fc2a-929b-4a7d-a693-e0c510478333" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-732abf7d-8c27-49cd-9ab0-d40a8503b98c" }, { "name": "Microsoft Azure API Management ApiManagementService_Delete", "id": "70559fe8-e936-49ae-8634-ba695e3b2160", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName" ], "variable": [ { "id": "2536002a-d79e-4152-b70f-19f8af5db472", "key": "subscriptionId" }, { "id": "c6c231c9-700e-42dd-b5d0-365312c33bc1", "key": "resourceGroupName" }, { "id": "3e36116e-01b5-4798-91a8-6812f0e31fef", "key": "serviceName" } ] }, "description": "Deletes an existing API Management service." }, "response": [ { "id": "82ea78b7-e7d5-432e-b3d1-6cd154089212", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service", ":serviceName" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" }, { "key": "serviceName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-82ea78b7-e7d5-432e-b3d1-6cd154089212" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-70559fe8-e936-49ae-8634-ba695e3b2160" } ], "id": "9e8b5bf4-dd76-4640-87ee-0e15931775c7", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-9e8b5bf4-dd76-4640-87ee-0e15931775c7" }, { "name": "Microsoft Azure API Management ApiManagementService_ListByResourceGroup", "id": "f7e9835f-923b-4171-8761-e1a18adb0574", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service" ], "variable": [ { "id": "ea529597-0703-4506-a25f-bd834af15dd1", "key": "subscriptionId" }, { "id": "b225d4f8-1201-444b-a00a-bc3c83c11baa", "key": "resourceGroupName" } ] }, "description": "List all API Management services within a resource group." }, "response": [ { "id": "dbae6afc-04ae-4b44-b07f-cc7588891f5a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service", "host": [ "{{baseUrl}}" ], "path": [ "subscriptions", ":subscriptionId", "resourceGroups", ":resourceGroupName", "providers", "Microsoft.ApiManagement", "service" ], "variable": [ { "key": "subscriptionId" }, { "key": "resourceGroupName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"location\": \"\",\n \"sku\": {\n \"name\": \"\",\n \"capacity\": \"\"\n },\n \"properties\": {\n \"publisherEmail\": \"\",\n \"publisherName\": \"\",\n \"provisioningState\": \"\",\n \"gatewayUrl\": \"\",\n \"portalUrl\": \"\",\n \"managementApiUrl\": \"\",\n \"createdAtUtc\": \"\"\n }\n }\n ],\n \"count\": \"\",\n \"nextLink\": \"\"\n}", "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-dbae6afc-04ae-4b44-b07f-cc7588891f5a" } ], "createdAt": "2026-06-05T15:01:29.000Z", "updatedAt": "2026-06-05T15:01:29.000Z", "uid": "35240-f7e9835f-923b-4171-8761-e1a18adb0574" } ], "id": "df30e59f-aa20-4c39-b316-381388aec431", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-df30e59f-aa20-4c39-b316-381388aec431" } ], "id": "bc805f26-07eb-4f85-840f-ccb6a4d9a53a", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-bc805f26-07eb-4f85-840f-ccb6a4d9a53a" } ], "id": "0349b1a0-c449-42e4-9650-9868ac0b4b73", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-0349b1a0-c449-42e4-9650-9868ac0b4b73" } ], "id": "ad4292aa-0fb1-440a-9091-9391933d0c14", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-ad4292aa-0fb1-440a-9091-9391933d0c14" } ], "id": "10649d5b-36bd-4f26-9523-4ac9e37b3ae9", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-10649d5b-36bd-4f26-9523-4ac9e37b3ae9" } ], "id": "37da7216-eaf0-4cce-aed9-5561fa691ca1", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-37da7216-eaf0-4cce-aed9-5561fa691ca1" } ], "id": "0bbf99b7-9338-49db-8500-c81f920b33d5", "createdAt": "2026-06-05T15:01:28.000Z", "updatedAt": "2026-06-05T15:01:28.000Z", "uid": "35240-0bbf99b7-9338-49db-8500-c81f920b33d5" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "user_impersonation", "type": "string" }, { "key": "authUrl", "value": "https://login.microsoftonline.com/common/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "implicit", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://management.azure.com" } ] }