---
title: "Get theme via share link"
method: GET
path: "/intelligent-sales-rooms/share/{shareLink}/theme"
tags: ["Intelligent Sales Room"]
---

# Get theme via share link

`GET /intelligent-sales-rooms/share/{shareLink}/theme`

End-user access to sales room theme

## Path parameters

- `shareLink` string, required

## Response `200`

successful operation

- IntelligentSalesRoomTheme
  - `createdOn` integer
  - `updatedOn` integer
  - `template` 'TEMPLATE_1' | 'TEMPLATE_2' | 'TEMPLATE_3'
  - `websiteUrl` string
  - `logoUrl` string
  - `primaryColor` string
  - `secondaryColor` string
  - `salesRoomId` string
  - `isLogoAutoExtracted` boolean
  - `isColorAutoExtracted` boolean

---

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