---
title: "Get Customer Sms Block Status"
method: GET
path: "/conversations/customers/{customer_id}/sms-block-status"
tags: ["conversations"]
---

# Get Customer Sms Block Status

`GET /conversations/customers/{customer_id}/sms-block-status`

Get effective SMS block state for a customer.

## Path parameters

- `customer_id` string, required

## Response `200`

Successful Response

- CustomerSMSBlockStatusResponse — Response model for customer-level SMS block state.
  - `customer_id` string, required
  - `followup_sms_allowed` boolean, nullable
  - `followup_sms_block_reason` string, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/216c8523b7ae?raw)
