Get the default location.
curl --request GET \
--url https://a.s2.dev/v1/locations/default \
--header 'Authorization: Bearer <token>'{
"is_private": true,
"name": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}locations
Get the default location.
Get the default S2 location for new basins.
GET
/
locations
/
default
Get the default location.
curl --request GET \
--url https://a.s2.dev/v1/locations/default \
--header 'Authorization: Bearer <token>'{
"is_private": true,
"name": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}Basin location concepts
Review how locations affect basin placement, latency, and account defaults.

