---
title: "GET /v1/contacts/visitorData"
method: GET
path: "/v1/contacts/visitorData"
tags: ["Contact"]
---

# GET /v1/contacts/visitorData

`GET /v1/contacts/visitorData`

## Query parameters

- `email` string
- `accountId` integer

## Response `200`

OK

- ChatVisitorDataItem
  - `id` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `email` string, nullable
  - `phone` string, nullable
  - `photoUrl` string, nullable
  - `userHash` string, nullable — visitorId+chat widget private key sha256
  - `createdAt` string, nullable — yyyy-MM-dd HH:mm:ss, UTC time
  - `customFields` string, nullable
  - `company` string, nullable

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
