---
title: "Check if a contact is blocked"
method: GET
path: "/blocklist/contacts/check/{contact_id}"
---

# Check if a contact is blocked

`GET /blocklist/contacts/check/{contact_id}`

Check whether a specific contact is currently blocked.

## Path parameters

- `contact_id` string, required

## Response `200`

Default Response

- ContactBlockStatusOutput
  - `is_blocked` boolean, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
