---
name: app-configuration-ac-regions-endpoints
title: Regions and endpoints
description: Review region and connectivity options for interacting with IBM Cloud IBM Cloud App Configuration.
last-updated: 2026-05-11
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/app-configuration?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Regions and endpoints
{: #ac-regions-endpoints}

Review region and connectivity options for interacting with IBM Cloud IBM Cloud App Configuration.
{: shortdesc}

## Available regions
{: #ac-regions}

IBM Cloud App Configuration is available in the following regions:

- Dallas
- Washington DC
- London
- Sydney
- Frankfurt
- Madrid
- Toronto
- Tokyo
- Osaka
- Sao Paulo
- Montreal
- Chennai
- Mumbai

You can create IBM Cloud App Configuration resources in one of the supported IBM Cloud regions.

## Service endpoints
{: #ac-endpoints}

IBM Cloud App Configuration offers two connectivity options for interacting with its service APIs.

Public endpoints
:   By default, you can connect to resources in your account over the IBM Cloud public network. Your data is encrypted in transit by using the Transport Security Layer (TLS) 1.2 protocol.

Private endpoints
:   To further secure your connection, you can also enable [virtual routing and forwarding (VRF) and service endpoints](https://cloud.ibm.com/docs/account?topic=account-vrf-service-endpoint&format=markdown) for your infrastructure account. When you enable VRF for your account, you can connect to IBM Cloud App Configuration by using a private IP that is accessible only through the IBM Cloud private network.

### Public endpoints
{: #ac-public-endpoints}

The following table contains the base URLs for the IBM Cloud App Configuration API endpoints. When you call the API, use the URL that corresponds to the region where your service instance is deployed. Add the path for each method to form the complete API endpoint for your requests.

|Location     |Endpoint URL      |
|-------------|------------------|
|Dallas |`https://us-south.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Washington DC |`https://us-east.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|London |`https://eu-gb.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Sydney |`https://au-syd.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Frankfurt |`https://eu-de.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Madrid |`https://eu-es.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Toronto |`https://ca-tor.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Tokyo |`https://jp-tok.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Osaka |`https://jp-osa.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Sao Paulo |`https://br-sao.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Montreal | `https://ca-mon.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Chennai | `https://in-che.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Mumbai | `https://in-mum.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
{: caption="Public endpoints" caption-side="top"}

### Private endpoints
{: #ac-private-endpoints}

If you need to manage your IBM Cloud App Configuration resources over a private network, see the following table to determine the API endpoints to use when you connect to the IBM Cloud App Configuration API.

|Location     |Endpoint URL      |
|-------------|------------------|
|Dallas |`https://private.us-south.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Washington DC |`https://private.us-east.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|London |`https://private.eu-gb.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Sydney |`https://private.au-syd.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Frankfurt |`https://private.eu-de.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Madrid |`https://private.eu-es.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Toronto |`https://private.ca-tor.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Tokyo |`https://private.jp-tok.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Osaka |`https://private.jp-osa.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Sao Paulo |`https://private.br-sao.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Montreal | `https://private.ca-mon.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Chennai | `https://private.in-che.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
|Mumbai | `https://private.in-mum.apprapp.cloud.ibm.com/apprapp/feature/v1/instances/{guid}` |
{: caption="Private endpoints" caption-side="top"}