---
title: "Get SMS settings"
method: GET
path: "/sms/settings"
tags: ["SMS"]
---

# Get SMS settings

`GET /sms/settings`

Returns the company's SMS add-on status, including credit balance, phone numbers, and whether SMS sequence steps will actually send.

## Response `200`

SMS settings returned successfully

- object
  - `success` boolean
  - `sms` object
    - `enabled` boolean
    - `planEligible` boolean
    - `creditsBalance` number
    - `brandPrefix` string, nullable
    - `numbers` object[]
      - `e164` string
      - `status` string
    - `readyToSend` boolean
  - `message` string

## Other responses

- `401` — Unauthorized
- `404` — Company not found
- `500` — Failed to load SMS settings

---

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