---
title: "Contact Information"
method: GET
path: "/v3/lists/{listId}/subscribers/{subscriberId}"
tags: ["Subscribers"]
---

# Contact Information

`GET /v3/lists/{listId}/subscribers/{subscriberId}`

This endpoint allows you to retrieve the contact's information of a certain list previously created. You need to provide the unique identifier (listId) of the list where the contact is located and the unique identifier (subscriberId) of the contact to get his personal information.

## Path parameters

- `listId` integer, required
- `subscriberId` string, required

## Response `200`

Successfully retrieved the contact information

- SubscriberResponse
  - `meta` MetadataDTO
    - `timestamp` integer, required — Transaction's date in timestamp
    - `transactionId` string, required — Id for the current transaction (Endpoint's call)
    - `explain` string — Explain string in case of failure
  - `data` SubscriberDTO — Contact Information.
    - `id` string, required — Unique identifier of the blocklisted contact.
    - `to` string, required — <p>Contact data you want to add to the blocklist according to the sending entity and delivery channel.</p> <p>To add a contact to the blocklist via SMS, WhatsApp or RCS, you need to provide the phone number of the contact.</p><p>To add a contact to the blocklist via Email, you need to provide the email address of the contact.</p>
    - `reason` string, required — The reason why the contact is added to the blocklist.
    - `date` string, date-time — Date when the contact was added to the blocklist.

## Other responses

- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/messangi/apis/raven.md) · [All operations](https://skmtc.net/messangi/apis/raven/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/messangi/raven/versions/c87f398fa338/schema)
