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

# Get sales room details via share link

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

End-user access to basic sales room information

## Path parameters

- `shareLink` string, required

## Response `200`

successful operation

- IntelligentSalesRoomOverviewResponse
  - `orderId` string
  - `createdOn` integer
  - `updatedOn` integer
  - `status` 'DRAFT' | 'READY_TO_SHARE' | 'ACTIVE' | 'ACCEPTED' | 'EXPIRED' | 'DELETED'
  - `tenantId` string
  - `accountId` string
  - `salesRoomId` string, uuid
  - `theme` IntelligentSalesRoomThemeResponse
    - `updatedOn` integer
    - `template` 'TEMPLATE_1' | 'TEMPLATE_2' | 'TEMPLATE_3'
    - `websiteUrl` string
    - `logoUrl` string
    - `primaryColor` string
    - `isLogoAutoExtracted` boolean
    - `isColorAutoExtracted` boolean
  - `tenantName` string
  - `isFirstAccess` boolean
  - `shareLink` string, uuid
  - `accountName` string
  - `sharedOn` integer
  - `acceptedOn` integer
  - `expiresOn` integer
  - `canEdit` boolean
  - `canShare` boolean
  - `canRetract` boolean
  - `tenantAddress` AccountAddressJson
    - `streetAddressLine1` string — Address Line 1 of the Contact
    - `streetAddressLine2` string — Address Line 2 of the Contact
    - `streetAddressLine3` string — Address Line 3 of the Contact
    - `city` string — City of the Contact
    - `state` string — State Code of the Contact (ISO 3166-2 state/province code). Currently supported for USA, Canada. For instance, for Arizona (USA), set state as AZ (not US-AZ).For British Columbia (Canada), set as BC (not CA-BC)
    - `country` string — Country Code of the Contact ( ISO 3166 alpha-2 country code).
    - `zipcode` string — Zip or Postal Code of the Contact
  - `electronicSignatureStatus` 'PENDING' | 'SENT' | 'VIEWED' | 'PARTIALLY_SIGNED' | 'COMPLETED' | 'FAILED' | 'VOIDED' | 'DECLINED'

---

[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/versions/c30f5b9fbfab/schema)
