APIs
Get Exposed API Entrypoints
Get Exposed API Entrypoints
Get the list of exposed API entry points. This list represents the API's usable entrypoints that can be used by a client. It takes into account tags associated with the API or configured AccessPoint.
get/environments/{envId}/apis/{apiId}/exposedEntrypoints
Response
List of exposed entrypoints
Example response
[
{
"value": "https://my-api.domain.com/echo"
}
]