GET
/
servers
/
{uuid}
/
domains
curl --request GET \
  --url https://app.coolify.io/api/v1/servers/{uuid}/domains \
  --header 'Authorization: Bearer <token>'
[
  {
    "ip": "<string>",
    "domains": [
      "<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

Server's Uuid

Response

200
application/json

Get domains by server

The response is of type object[].