2.0 KiB
2.0 KiB
Return to top
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.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
Server's UUID
Type
string
Required
Responses
200400401
Get domains by server
Content-Type
application/json
SchemaJSON
JSON
[
{
"ip": "string",
"domains": [
"string"
]
}
]
GET
/servers/{uuid}/domains
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Try it out
Samples
Powered by VitePress OpenAPI