Lists all environments of an account.
The request produces an application/json
payload.
GET |
|
To execute this request, you need the Allow read access for environment resources (account-env-read
) scope assigned to your token. To learn how to obtain and use it, see Authentication.
The ID of the required account.
You can find the UUID on the Account Management > Identity & access management > OAuth clients page, during creation of an OAuth client.
EnvironmentListDto
objectEnvironmentDto
objectThe UUID of the environment.
Friendly name of the environment
Property to determine if environment is active
The url of the environment
{"data": [{"id": "string","name": "string","active": true,"url": "string"}]}