cURL
curl --request GET \ --url {schemes}://api.upsun.com/projects/{projectId}/environment-types/{environmentTypeId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "attributes": {} }
Lists the endpoints used to retrieve info about the environment type.
A valid request URL is required to generate request examples
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The identifier of EnvironmentType
Arbitrary attributes attached to this resource
Show child attributes
Was this page helpful?