We are looking for Azure stack Resource REST APIs. we want to handle Azure stack Resources like Resource groups, Virtual machines, Vnet, Subnet, etc. using REST APIs, can anyone point us to any link or document so where we can get all these APIs.
You can refer this documentation , for Azure Stack Admin Rest API's.
Here is the sample Rest API , that can be used to list all the Compute operations in Azure Stack.
https://management.azure.com/providers/Microsoft.Compute.Admin/operations?api-version=2015-12-01-preview
You can also refer these documentations, How to Make a REST API requests to Azure Stack & also about interacting with Azure Stack Hub Rest API.