102 lines
2.0 KiB
Markdown
102 lines
2.0 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/get-domains-by-server-uuid#VPContent)
|
||
|
||
Return to top
|
||
|
||
Domains[](https://coolify.io/docs/api-reference/api/operations/get-domains-by-server-uuid#domains)
|
||
|
||
====================================================================================================
|
||
|
||
GET
|
||
|
||
/servers/{uuid}/domains
|
||
|
||
Get domains by server.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/get-domains-by-server-uuid#authorizations)
|
||
|
||
------------------------------------------------------------------------------------------------------------------
|
||
|
||
bearerAuth
|
||
|
||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||
|
||
Type
|
||
|
||
HTTP (bearer)
|
||
|
||
Parameters[](https://coolify.io/docs/api-reference/api/operations/get-domains-by-server-uuid#parameters)
|
||
|
||
----------------------------------------------------------------------------------------------------------
|
||
|
||
### Path Parameters
|
||
|
||
uuid\*
|
||
|
||
Server's UUID
|
||
|
||
Type
|
||
|
||
string
|
||
|
||
Required
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/get-domains-by-server-uuid#responses)
|
||
|
||
--------------------------------------------------------------------------------------------------------
|
||
|
||
200400401
|
||
|
||
Get domains by server
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
\[\
|
||
\
|
||
{\
|
||
\
|
||
"ip": "string",\
|
||
\
|
||
"domains": \[\
|
||
\
|
||
"string"\
|
||
\
|
||
\]\
|
||
\
|
||
}\
|
||
\
|
||
\]
|
||
|
||
GET
|
||
|
||
/servers/{uuid}/domains
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/get-domains-by-server-uuid#playground)
|
||
|
||
----------------------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Variables
|
||
|
||
Key
|
||
|
||
Value
|
||
|
||
uuid\*
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/get-domains-by-server-uuid#samples)
|
||
|
||
----------------------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|