Objective
Identify which region to use in Cloud Storage Service Public API requests.
Applies To
Cloud Storage Service Public API
Procedure
Obtain your authentication token. For more information, see Cloud Storage Service Public API Creating Keys and Authenticating.
Make a GET Request to either:
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"
]