---
title: "Get contact"
method: GET
path: "/s2s/contacts/{userId}"
tags: ["S2S Contacts"]
---

# Get contact

`GET /s2s/contacts/{userId}`

Fetch a contact including its unread conversation count.

## Path parameters

- `userId` string, required

## Response `200`

Ok

- S2SContact
  - `userId` string, required
  - `name` string
  - `email` string
  - `phone` string
  - `language` string
  - `companyId` string
  - `companyName` string
  - `plan` string
  - `value` number, double
  - `customData` RecordStringUnknown — Construct a type with a set of properties K of type T
  - `unread` number, double
  - `createdAt` string, date-time
  - `lastActivityAt` string, date-time

---

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