---
title: "Get website chat"
method: GET
path: "/chats"
tags: ["Website Chat"]
---

# Get website chat

`GET /chats`

REQUIRED SCOPES <code>['website-chat:read']</code><br>Get website chat

## Response `200`

OK

- WebsiteChatResource
  - `id` integer
  - `button` string
  - `color` string
  - `position` string
  - `header` string
  - `organization_name` string
  - `status` string
  - `team_number` string
  - `uuid` string
  - `domains` object[]
    - `website_chat_id` integer
    - `domain` string
  - `tags` object[]
    - `id` integer
    - `name` string
  - `created_at` string
  - `updated_at` string

---

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