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

Documentation Index

Fetch the complete documentation index at: https://developer.upsun.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required
environmentTypeId
string
required

Response

default - application/json
id
string
required

The identifier of EnvironmentType

attributes
Arbitrary attributes · object
required

Arbitrary attributes attached to this resource

Last modified on May 7, 2026