Export an OpenAPI Spec
Exporting OpenAPI Spec from Azure Function App
The following sections describe key concepts for understanding the REST API.
Base URL:
https://{ProtectFuncName}.azurewebsites.net/api
Substitute the Protect function name recorded during the Protect function installation.
For Cloud API on Azure Government Cloud use the following URL:
https://{ProtectFuncName}.azurewebsites.us/api
Exporting OpenAPI Spec from Azure Function App
Describes the request/response payload encoding
Describes the v1 REST API specification
Describes the Legacy REST API specification
Reference for SSL Certificate resources in Azure Function Apps
Was this page helpful?