Skip to main content
GET
/
organizations
/
{organizationID}
/
instanceTypes
Get available instance types
curl --request GET \
  --url https://api.xata.tech/organizations/{organizationID}/instanceTypes \
  --header 'Authorization: Bearer <token>'
{
  "instanceTypes": [
    {
      "name": "<string>",
      "vcpus": 123,
      "ram": 123,
      "hourlyRate": 123,
      "storageMonthlyRate": 123,
      "region": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organizationID
string
required

Unique identifier of the organization to check instance type availability for

Query Parameters

region
string
required

Region to check instance type availability for

Response

List of instance types available for the organization

instanceTypes
object[]
required

Array of available instance types with their properties