How to get access to use the Azure API Management REST API?

Angelo Oliveira 61 Reputation points
2022-03-31T21:02:15.937+00:00

Dear all,

I'm completely new to Azure. I need to extract some information from APIM using the Azure API Management REST API. Could you please explain me step-by-step how can I achieve that? What kind of permissions, users, etc are necessary?
And once I have it, could you drop a line with an example of a GET request to an API call? BTW, if you know about some tutorial, please share!

Thank you very much,
Angelo

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,447 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-04-01T11:40:30.887+00:00

    @Angelo Oliveira Thanks for reaching out. You can refer to Azure API Management REST API reference for the list of operation groups that are supported.
    Individual APIs documents will list the operation that is supported and their respective document can provide more details on the usage of that particular API.

    Let's say if you want to create the API then you can refer to this Apis - Create Or Update document and it will provide you with details on the endpoint/API you have to call along with the request parameter, request header, request body, responses, etc. You can also test the API with Try It option on the individual page and create the request as per the document.

    To get started on how the authorization header is generated and how to Register your client application with Azure AD along with the permission you can refer to Azure REST API reference document.

    Feel free to get back to me if you need any assistance.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.