Cloud Storage Service Public API Region Discovery

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)

A screenshot of a computer

AI-generated content may be incorrect.

 


    • Related Articles

    • Cloud Storage Service Public API Creating Keys and Authenticating

      Objective Create keys and authenticate to use the Cloud Storage Service Public API. Applies To Admin Console Cloud Storage Service Public API Procedure Assign the Storage API Role to a User Log in to Admin Console as a Super User. From the left menu, ...
    • Filter Objects Based on Created Time with the 8x8 Cloud Storage Service Public API

      Question Filter objects based on the createdTime in the 8x8 Cloud Storage Service Public API. Applies To Cloud Storage Service Public API Answer The API is expecting an EPOCH milliseconds Timestamp This API is designed with filtering capabilities ...
    • Generate an API Key in 8x8 Admin Console

      Objective Generate an API key in Admin Console. Applies To 8x8 Admin Console API Key Procedure Admin Console allows customers to create API keys for a number of APIs. These credentials can be used to access the underlying APIs securely. API ...
    • User Provisioning with 8x8 SCIM API

      Objective Provide an overview of 8x8’s SCIM API for user provisioning with the System for Cross domain Identity Management (SCIM) 2.0 industry standards. Applies To 8x8 Work User Provisioning SCIM API Procedure Planning Your SCIM Integration There ...
    • 8x8 Storage Add-Ons and Admin Console Storage Policy

      Overview This article addresses questions related to Storage Add-Ons in the Storage Policy section of Admin Console. Applies To 8x8 Admin Console Storage Policies FAQs Are storage policies automatically assigned? Not all storage policies are ...