v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Sites

List Site locations

List all available locations for new sites.

get/v1/sites/locations

Query parameters

site_type0 | 1 | 2

Filter by site type(s) the location supports

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": [
    {
      "id": 1,
      "location": "US - East",
      "region": "United States",
      "supported_site_types": [
        0,
        1
      ]
    }
  ]
}