Use these REST APIs for performing operations on Subscription entity associated with your Azure API Management deployment. The Subscription entity represents the association between a user and a product in API Management. Products contain one or more APIs, and once a product is published, developers can subscribe to the product and begin to use the product’s APIs.
Gets the entity state (Etag) version of the apimanagement subscription specified by its identifier.
resourceGroupName(path, required) — The name of the resource group.
serviceName(path, required) — The name of the API Management service.
sid(path, required) — Subscription entity Identifier. The entity represents the association between a user and a product in API Management.
api-version(query, required) — Version of the API to be used with the client request.
subscriptionId(path, required) — Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
api-version(query, required) — Version of the API to be used with the client request.
subscriptionId(path, required) — Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
resourceGroupName(path, required) — The name of the resource group.
serviceName(path, required) — The name of the API Management service.
sid(path, required) — Subscription entity Identifier. The entity represents the association between a user and a product in API Management.
If-Match(header, required) — ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.
api-version(query, required) — Version of the API to be used with the client request.
subscriptionId(path, required) — Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
resourceGroupName(path, required) — The name of the resource group.
serviceName(path, required) — The name of the API Management service.
sid(path, required) — Subscription entity Identifier. The entity represents the association between a user and a product in API Management.
api-version(query, required) — Version of the API to be used with the client request.
subscriptionId(path, required) — Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Updates the details of a subscription specified by its identifier.
resourceGroupName(path, required) — The name of the resource group.
serviceName(path, required) — The name of the API Management service.
sid(path, required) — Subscription entity Identifier. The entity represents the association between a user and a product in API Management.
notify(query) — Notify change in Subscription State. - If false, do not send any email notification for change of state of subscription - If true, send email notification of change of state of subscription
If-Match(header, required) — ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.
api-version(query, required) — Version of the API to be used with the client request.
subscriptionId(path, required) — Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Creates or updates the subscription of specified user to the specified product.
resourceGroupName(path, required) — The name of the resource group.
serviceName(path, required) — The name of the API Management service.
sid(path, required) — Subscription entity Identifier. The entity represents the association between a user and a product in API Management.
notify(query) — Notify change in Subscription State. - If false, do not send any email notification for change of state of subscription - If true, send email notification of change of state of subscription
If-Match(header) — ETag of the Entity. Not required when creating an entity, but required when updating an entity.
api-version(query, required) — Version of the API to be used with the client request.
subscriptionId(path, required) — Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
resourceGroupName(path, required) — The name of the resource group.
serviceName(path, required) — The name of the API Management service.
sid(path, required) — Subscription entity Identifier. The entity represents the association between a user and a product in API Management.
api-version(query, required) — Version of the API to be used with the client request.
subscriptionId(path, required) — Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Regenerates primary key of existing subscription of the API Management service instance.
resourceGroupName(path, required) — The name of the resource group.
serviceName(path, required) — The name of the API Management service.
sid(path, required) — Subscription entity Identifier. The entity represents the association between a user and a product in API Management.
api-version(query, required) — Version of the API to be used with the client request.
subscriptionId(path, required) — Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Regenerates secondary key of existing subscription of the API Management service instance.
resourceGroupName(path, required) — The name of the resource group.
serviceName(path, required) — The name of the API Management service.
sid(path, required) — Subscription entity Identifier. The entity represents the association between a user and a product in API Management.
api-version(query, required) — Version of the API to be used with the client request.
subscriptionId(path, required) — Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
9 endpoints auto-detected
Authentication
This API requires authentication: OAuth.
curl -X HEAD \
"https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/subscriptions/{sid}"