v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-07-21130282381.6 KB
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

valuestring

The url or host of the entrypoint depending on the API type

Example response

[
  {
    "value": "https://my-api.domain.com/echo"
  }
]