GET
/provider_regions
curl \
--request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/provider_regions' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"": "aws-us-east-1",
"name": "Virginia (us-east-1)",
"cloud_provider": "aws",
"country": "usa",
"deployment_models": [
"GLOBAL",
"LOCAL"
]
}
]