Skip to content

Domains

GET
/servers/{uuid}/domains

Get domains by server.

Authorizations

bearerAuth

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

TypeHTTP (bearer)

Parameters

Path Parameters

uuid*

Server's UUID

Typestring
Required

Responses

Get domains by server
application/json
JSON
[
{
"ip": "string",
"domains": [
"string"
]
}
]

Samples

Powered by VitePress OpenAPI