List Environments​
GET
/projects/{uuid}/environments
List all environments in a project.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
Project UUID
Type
Requiredstring
Responses​
List of environments
application/json
JSON
[
{
"id": 0,
"name": "string",
"project_id": 0,
"created_at": "string",
"updated_at": "string",
"description": "string"
}
]
