This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{}
curl --location -g --request GET 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/webapps/{{webappId}}/domains/{{domainId}}/dns' \
--header 'Content-Type: application/json' \
--data-raw '{}'
[
{
"type": "A",
"hostname": "schimmel.alirahman.site",
"content": "139.162.123.253"
},
{
"type": "CNAME",
"hostname": "www.schimmel.alirahman.site",
"content": "schimmel.alirahman.site"
}
]