---
title: "Get QuickLink settings for a site (auto-creates with default values if not exists)."
method: GET
path: "/Sites/{siteId}/Quicklinks/Settings"
tags: ["QuickLinks"]
---

# Get QuickLink settings for a site (auto-creates with default values if not exists).

`GET /Sites/{siteId}/Quicklinks/Settings`

If settings don't exist for the site, they will be automatically created with default (null) values.
Settings include: CustomDomain, ProxyPath, LinkPrefix, and LogoUrl.

## Path parameters

- `siteId` integer, required

## Response `200`

Returns the QuickLink settings

- QPilotCoreModelsDtoQuickLinksSiteQuicklinkSettingDto
  - `siteId` integer
  - `customDomain` string, nullable
  - `proxyPath` string, nullable
  - `linkPrefix` string, nullable
  - `logoUrl` string, nullable
  - `customStyleSheetUrl` string, nullable
  - `customMetaTags` string, nullable
  - `createdUtc` string, date-time
  - `updatedUtc` string, date-time, nullable

## Other responses

- `500` — Internal server error occurred

---

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