Using Console
Using CLI
{rest-api-id}
with the ID of the API you want to check. This command will return the details of the API, including its endpoint configuration.
endpointConfiguration
field in the output. If the types
field under endpointConfiguration
contains “PRIVATE”, then only private endpoints can access the API. If it contains “EDGE” or “REGIONAL”, then the API can be accessed from public endpoints.
Using Python