How to retrieve the Azure API Management Developer Portal URL via REST Management API

Jason Williams 90 Reputation points
2023-07-18T00:20:04.7033333+00:00

I wish to point users to API documentation in the Developer portal and wish to retrieve the Azure API Management Developer Portal URL via REST Management API.

Ideally I'd like to retrieve this via an APIM Policy, but if someone could point me towards the relevant API that would be useful. The data is displayed on the Overview page of the APIM service in Azure Portal, so I would presume the value is available.

There are 2 APIs Portal Config and Portal Settings, but I haven't been able to see where the URL is exposed.

Thanks

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

Accepted answer
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2023-07-18T00:32:17.4433333+00:00

    @Jason Williams The API Management Service - Get API returns the Developer Portal URL in the response as the value for properties.developerPortalUrl.

    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.