github.com/kyma-project/kyma-environment-broker@v0.0.1/docs/user/02-10-broker-endpoints.md (about)

     1  # Kyma Environment Broker endpoints
     2  
     3  Kyma Environment Broker (KEB) implements the [Open Service Broker API](https://github.com/openservicebrokerapi/servicebroker/blob/v2.14/spec.md) (OSB API). All the OSB API endpoints are served with the following prefixes:
     4  
     5  | Prefix | Description |
     6  |---|---|
     7  | `/oauth` | Defines a prefix for the endpoint secured with the OAuth2 authorization. The value for the SAP BTP region is specified under the **broker.defaultRequestRegion** parameter in the [`values.yaml`](https://github.com/kyma-project/control-plane/blob/main/resources/kcp/charts/kyma-environment-broker/values.yaml) file. |
     8  | `/oauth/{region}` | Defines a prefix for the endpoint secured with the OAuth2 authorization. The SAP BTP region value is specified in the request. |
     9  
    10  > **NOTE:** When the `{region}` value is one of EU Access BTP regions, the EU Access restrictions apply. For more information, see [EU Access](../contributor/03-20-eu-access.md).
    11  
    12  Besides OSB API endpoints, KEB exposes the REST `/info/runtimes` endpoint that provides information about all created Runtimes, both succeeded and failed. This endpoint is secured with the OAuth2 authorization.
    13  
    14  For more details on KEB APIs, see [this file](../../files/swagger/index.html).