---
title: "Get Sms Enabled Phone Numbers"
method: GET
path: "/v1/phone-numbers/sms-enabled"
tags: ["Phone Number Management"]
---

# Get Sms Enabled Phone Numbers

`GET /v1/phone-numbers/sms-enabled`

Which of the org's numbers can send and receive text messages, by Twilio line type.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- SmsEnabledPhoneNumbersResponse — Response schema mapping each of the org's numbers to whether it can text.
  - `numbers` object, required — E.164 phone number -> True when the number can send and receive SMS

## Other responses

- `422` — Validation Error

---

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