Export an OpenAPI Spec
Exporting OpenAPI Spec from Azure Function App
Export an OpenAPI Spec
Once the Cloud API on Azure is installed, you can export the OpenAPI documentation file from:
https://{ProtectFuncName}.azurewebsites.net/api/v1/openapi
Authentication and functions key are required to get the URL.
Note
For Cloud API on Azure Government Cloud use the following URL:
https://{ProtectFuncName}.azurewebsites.us/api/v1/openapi
Tip
Go to the Function App instance on the Azure portal, on the left menu choose Functions under Functions section, click on v1-openapi and press Get Function URL.For testing the REST API, we recommend using a client tool, such as Postman.
Feedback
Was this page helpful?