Skip to main content
GET
/
locations
List locations.
curl --request GET \
  --url https://aws.s2.dev/v1/locations \
  --header 'Authorization: Bearer <token>'
[
  {
    "is_private": true,
    "name": "<string>"
  }
]

Basin location concepts

Review how locations affect basin placement, latency, and account defaults.

Authorizations

Authorization
string
header
required

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

Response

is_private
boolean
required

Location represents a private placement, limited by account.

name
string
required

Location name.

Required string length: 1 - 64