Skip to main content
GET
/
available_regions
Get Available Regions
curl --request GET \
  --url https://supply-api.compute-index.com/available_regions \
  --header 'Authorization: Bearer <token>'
{
  "regions": [
    "<string>"
  ],
  "description": {}
}
Returns supported region groups. Use these when filtering offers by geography.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response for available regions.

regions
string[]
required
description
Description · object
required

Description of each region group