2.0 KiB
2.0 KiB
Return to top
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
string
Required
Responses
200400401404422
List of environments
Content-Type
application/json
SchemaJSON
JSON
[
{
"id": 0,
"name": "string",
"project_id": 0,
"created_at": "string",
"updated_at": "string",
"description": "string"
}
]
GET
/projects/{uuid}/environments
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Try it out
Samples
Powered by VitePress OpenAPI