GET
/
projects
/
{uuid}
/
{environment_name}
curl --request GET \
  --url https://app.coolify.io/api/v1/projects/{uuid}/{environment_name} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "project_id": 123,
  "created_at": "<string>",
  "updated_at": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Path Parameters

uuid
string
required

Project UUID

environment_name
string
required

Environment name

Response

200
application/json

Project details

Environment model