---
title: "Blocklisted Contact Information"
method: GET
path: "/v2/subscribers"
tags: ["Subscribers"]
---

# Blocklisted Contact Information

`GET /v2/subscribers`

When the contact has been added to a specific list, we proceed to get the information of the contact that the blocklist contains. That is, this endpoint allows you to get a contact from a blocklist that belongs to a specific sender.

You need to provide the following parameters to retrieve the information of a blocklisted contact:

## Query parameters

- `type` 'SMS' | 'EMAIL' | 'WHATSAPP' | 'RCS', required
- `from` string, required
- `listType` 'BLACK', required
- `to` string, required

## Response `200`

Successfully deleted

- BaseResponse
  - `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

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `410` — Token expired
- `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)
