List Linked Domains
List custom domains linked to a webspace.
List custom domains linked to a webspace.
Required scope: webspace:read
| Header | Required | Value |
|---|---|---|
Authorization |
Yes | Bearer YOUR_API_KEY |
{
"data": [
{
"id": "69ee...",
"domain": "blog.example.com",
"domainId": "69dd...",
"sslActive": true,
"sslExpiry": "2027-04-22T00:00:00.000Z",
"createdAt": "2026-04-22T12:34:56.000Z"
}
]
}
| Field | Type | Description |
|---|---|---|
domainId |
string | Reference to the user's owning Domain record. |
curl https://hosting.site.quest/api/v1/webspaces/69e80ac1.../domains \
-H "Authorization: Bearer sq_live_..."
This endpoint is not yet wrapped as an MCP tool. Use the REST endpoint above directly.