---
title: "Retrieve a mobile phone number with messaging settings"
method: GET
path: "/mobile_phone_numbers/{id}/messaging"
tags: ["Mobile Number Settings"]
---

# Retrieve a mobile phone number with messaging settings

`GET /mobile_phone_numbers/{id}/messaging`

## Path parameters

- `id` string, required

## Response `200`

Successful response with details about a mobile phone number.

- object
  - `data` MobilePhoneNumberWithMessagingSettings
    - `record_type` 'messaging_phone_number' | 'messaging_settings' — Identifies the type of the resource.
    - `id` string — Identifies the type of resource.
    - `phone_number` string — +E.164 formatted phone number.
    - `messaging_profile_id` string, nullable — Unique identifier for a messaging profile.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.
    - `country_code` string — ISO 3166-1 alpha-2 country code.
    - `type` 'longcode' — The type of the phone number
    - `traffic_type` string — The messaging traffic or use case for which the number is currently configured.
    - `messaging_product` string — The messaging product that the number is registered to use
    - `features` object
      - `sms` MessagingFeatureSet, nullable — The set of features available for a specific messaging use case (SMS or MMS). Features can vary depending on the characteristics the phone number, as well as its current product configuration.
        - `domestic_two_way` boolean, required — Send messages to and receive messages from numbers in the same country.
        - `international_inbound` boolean, required — Receive messages from numbers in other countries.
        - `international_outbound` boolean, required — Send messages to numbers in other countries.
    - `organization_id` string — The organization that owns this phone number.
    - `tags` string[] — Tags associated with this phone number.

## Other responses

- `4XX` — Unexpected error

---

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