This API v2 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/v2/servers/{{serverId}}/webapps/{{webappId}}/domains' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": [
{
"id": 693,
"name": "schimmel.alirahman.site",
"type": "primary",
"www": 0,
"redirection": "none",
"wildcard": 0,
"dns_integration": "cloudflare",
"status": null,
"created_at": "2024-07-09 07:02:13"
},
{
"id": 710,
"name": "yog.alirahman.site",
"type": "alias",
"www": 0,
"redirection": "non-www",
"wildcard": 0,
"dns_integration": "none",
"status": null,
"created_at": "2024-07-18 01:31:10"
}
],
"meta": {
"pagination": {
"total": 2,
"count": 2,
"per_page": 20,
"current_page": 1,
"total_pages": 1,
"links": {}
}
}
}