2.3 KiB
Return to top
Environment
=================================================================================================================
GET
/projects/{uuid}/{environment_name_or_uuid}
Get environment by name or UUID.
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
environment_name_or_uuid*
Environment name or UUID
Type
string
Required
Responses
200400401404422
Environment details
Content-Type
application/json
SchemaJSON
JSON
{
"id": 0,
"name": "string",
"project_id": 0,
"created_at": "string",
"updated_at": "string",
"description": "string"
}
GET
/projects/{uuid}/{environment_name_or_uuid}
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
environment_name_or_uuid*
Try it out
Samples
Powered by VitePress OpenAPI