GET /api/v1/projects/{project_id}/environments
Requires a valid Bearer token.
Path parameters
UUID of the project.
Response
Array of environments in the project.
Errors
| Status | When |
|---|---|
401 | Missing or invalid Bearer token |
List all environments in a project.
GET /api/v1/projects/{project_id}/environments
Requires a valid Bearer token.
| Status | When |
|---|---|
401 | Missing or invalid Bearer token |