Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get APIs from API Management via REST #3

Open
DSpirit opened this issue Sep 8, 2020 · 1 comment
Open

Get APIs from API Management via REST #3

DSpirit opened this issue Sep 8, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DSpirit
Copy link

DSpirit commented Sep 8, 2020

To get all APIs from an API Management Service, execute following HTTP Call:

GET https://preview-demo-mm.azure-api.net/private/api/management/apis HTTP/1.1
Ocp-Apim-Subscription-Key: ••••••••••••••••••••••••••••••••
Ocp-Apim-Trace: true

To retrieve the operations and further details of an API, execute following:

GET https://preview-demo-mm.azure-api.net/private/api/management/apis/{apiId} HTTP/1.1
Ocp-Apim-Subscription-Key: ••••••••••••••••••••••••••••••••
Ocp-Apim-Trace: true

@DSpirit
Copy link
Author

DSpirit commented Sep 8, 2020

@SchPeter97 you can get your subscription key by following the invitation I've just send you and browse to the API:
https://preview-demo-mm.portal.azure-api.net/docs/services/rest-api/operations/apis-list-by-service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants