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.
  2. Make a GET Request to either:
  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)

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

Example Response

[
    "us-east"
]

Example Request & Response (Postman)