GET
/
services
List
curl --request GET \
  --url https://app.coolify.io/api/v1/services \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "uuid": "<string>",
    "name": "<string>",
    "environment_id": 123,
    "server_id": 123,
    "description": "<string>",
    "docker_compose_raw": "<string>",
    "docker_compose": "<string>",
    "destination_id": 123,
    "connect_to_docker_network": true,
    "is_container_label_escape_enabled": true,
    "is_container_label_readonly_enabled": true,
    "config_hash": "<string>",
    "service_type": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "deleted_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Get all services

The response is of type object[].