Skip to main content
GET
/
projects
/
{projectId}
/
environment-types
Get environment types
curl --request GET \
  --url {schemes}://api.upsun.com/projects/{projectId}/environment-types \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "attributes": {}
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required

Response

default - application/json
id
string
required

The identifier of EnvironmentType

attributes
Arbitrary attributes · object
required

Arbitrary attributes attached to this resource