---
title: "Cloud Storage Service Public API Region Discovery"
slug: "cloud-storage-service-public-api-region-discovery"
updated: 2026-05-17T17:30:51Z
published: 2026-05-21T21:27:46Z
canonical: "help.8x8.com/cloud-storage-service-public-api-region-discovery"
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.8x8.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud Storage Service Public API Region Discovery

## Objective

Identify which region to use in Cloud Storage Service Public API requests.

## Applies To

- Cloud Storage Service Public API

## Procedure

1. Obtain your authentication token. For more information, see [Cloud Storage Service Public API Creating Keys and Authenticating](/support/docs/cloud-storage-service-public-api-creating-keys-and-authenticating).
2. Make a GET Request to either:
  - [https://api.8x8.com/storage/us-west/v3/regions](https://api.8x8.com/storage/us-west/v3/regions)
  - [https://api.8x8.com/storage/us-east/v3/regions](https://api.8x8.com/storage/us-east/v3/regions)
3. The response will contain your region that is to be used in the URL when calling the Cloud Storage Service Public API

#### Example Request (cURL)

```plaintext
curl --location --request GET 'https://api.8x8.com/storage/us-west/v3/regions' \
--header 'Authorization: Bearer KyD***********************fa'
```

#### Example Response

```plaintext
[
    "us-east"
]
```

#### Example Request & Response (Postman)

![](https://cdn.us.document360.io/e3a59e39-abd3-4423-964c-0a4008dc5673/Images/Documentation/12789)
