---
title: "Get subscriber"
method: GET
path: "/v1/subscribers/{subscriberId}"
tags: ["Subscribers"]
---

# Get subscriber

`GET /v1/subscribers/{subscriberId}`

Get subscriber by your internal id used to identify the subscriber

## Path parameters

- `subscriberId` string, required

## Response `200`

- object
  - `data` SubscriberResponseDto
    - `_id` string — The internal id omni-link generated for your subscriber, this is not the subscriberId matching your query. See `subscriberId` for that
    - `firstName` string
    - `lastName` string
    - `email` string
    - `phone` string
    - `whatsappNumber` string
    - `locale` string
    - `subscriberId` string, required — The internal identifier you used to create this subscriber, usually correlates to the id the user in your systems
    - `isOnline` boolean
    - `lastOnlineAt` string
    - `_organizationId` string, required
    - `_environmentId` string, required
    - `deleted` boolean, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `__v` number

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
