---
title: "Get instance communication settings"
method: GET
path: "/instance/communication"
tags: ["Instance Settings"]
---

# Get instance communication settings

`GET /instance/communication`

Retrieves the per-instance SMS communication settings, including the SMS country blocklist.

## Response `200`

Success

- InstanceCommunication — Per-instance SMS communication settings, including the SMS country blocklist.
  - `object` 'instance_communication', required
  - `blocked_country_codes` string[], required — ISO 3166-1 alpha-2 country codes that are blocked for SMS delivery on this instance. Codes that aren't recognized are silently dropped.

---

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