---
title: "List hosting configurations"
method: POST
path: "/mcp/v1/actions/ud_dns_hosting_list"
tags: ["DNS Management"]
---

# List hosting configurations

`POST /mcp/v1/actions/ud_dns_hosting_list`

List hosting/forwarding configurations (redirects, reverse proxy, hosted sites, UD Profile).

## Request body

- object
  - `domain` string, required — Domain name
  - `cursor` string — Pagination cursor

## Response `200`

Hosting configurations

- DnsHostingListResponse
  - `domain` string
  - `configs` object[]
    - `type` 'GCS_HOSTED' | 'LISTING_PAGE' | 'REDIRECT_301' | 'REDIRECT_302' | 'REVERSE_PROXY' | 'UD_PROFILE' | 'STOREFRONT'
    - `subName` string, nullable — Subdomain (null for root)
    - `targetUrl` string, nullable — Destination URL (for redirects and reverse proxy)
    - `status` string
    - `certificateStatus` string, nullable
  - `pagination` object
    - `hasMore` boolean
    - `nextCursor` string, nullable

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/unstoppabledomains/apis/user-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/user-api/revisions/c1def8e34b41/schema)
