Get a discovered APICopy Pageget https://{hostname}/appsec/v1/api-discovery/host/{hostname}/basepath/{basePath}All products Returns details about an API discovered in account traffic. It is identified based on hostname and basepath.Path ParamshostnamestringrequiredThe base64-encoded value of the hostname.basePathstringrequiredThe base64-encoded value of the base path.Query ParamsincludeHiddenbooleanDefaults to falseIf true, includes all discovered APIs including ones you have hidden. By default, false returns only the visible APIs.truetruefalsesearchstringFilter results by name, description, or ID. You can match on substrings.accountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Successfully retrieved the details. 400Invalid. Client error, such as invalid or malformed input. 404Not found. The security policy doesn't exist, doesn't carry application layer controls, or no rule with this ID is available for use in this policy. 500Internal server error. Something went wrong on our side. Try again in a few minutes or contact support if the error persists.Updated about 1 month ago