ApiManagementV1WorkspacesWorkspaceidEnvironments
List all environments
AuthorizationBearer <token>
Management token (nhm_...)
In: header
Path Parameters
workspaceIdstring
Response Body
curl -X GET "https://loading/management/v1/workspaces/string/environments"[
{
"id": "string",
"name": "string",
"slug": "string",
"isDefault": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]