GET
/
projects
/
{id}
/
locations
curl --request GET \
  --url https://api.mkinf.io/v0.1/projects/{id}/locations \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    "us-southcentral1-a",
    "us-east1-a",
    "us-northcentral1-a"
  ]
}

List all available deployment locations for the project.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Project id

Response

200 - application/json

The response is of type object.