Installation
List all environments.
List all environments accessible by the current user.
User must be authenticated.
get/environments
Query parameters
pageinteger
The page number for pagination.
perPageinteger
The number of items per page for pagination.
Response
Page of environments
Example response
{
"data": [
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"name": "My Environment",
"description": "I can use many characters to describe this Environment."
}
]
}