You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RCS-Only](#section/RCS-Only). Error encountered during RCS capability lookup. Appears as the `code` field in the top-level `errors` array.
13675
+
13676
+
**RCS service pass-through codes:**
13677
+
- `REQUEST_FAILED`: The RCS service returned this error code.
13678
+
- `UNKNOWN_CODE`: The RCS service returned this error code.
13679
+
- `INVALID_DESTINATION_ADDRESS`: The RCS service returned this error code.
13680
+
- `UNKNOWN_STATUS: <code>`: The RCS service returned an unrecognized status code, where `<code>` is the raw value.
13681
+
13682
+
**Service-level errors:**
13683
+
- `MISSING_FROM_RESPONSE`: The phone number was absent from the RCS service response.
13684
+
- `RCS_SERVICE_UNAVAILABLE`: An exception was thrown during the async RCS service call.
13685
+
- `RCS_SERVICE_DISABLED`: RCS lookup is disabled in configuration.
13686
+
- `EMPTY_RESPONSE`: The RCS service returned a null or empty response body.
13687
+
example: RCS_SERVICE_UNAVAILABLE
13688
+
type: string
13607
13689
lookupResult:
13608
13690
description: Carrier information results for the specified telephone number.
13609
13691
example:
@@ -13614,6 +13696,7 @@ components:
13614
13696
phoneNumber: "+10072904498"
13615
13697
countryCodeA3: USA
13616
13698
initialMessageDeliveryStatusDate: 2025-06-20
13699
+
rcsEnabled: true
13617
13700
lineType: MOBILE
13618
13701
deactivationReporter: deactivationReporter
13619
13702
voiceProvider: Verizon Wireless
@@ -13662,13 +13745,18 @@ components:
13662
13745
format: date
13663
13746
type: string
13664
13747
latestMessageDeliveryStatusDate:
13665
-
description: "[DNI-Only](#section/DNI-Only). The date bandwidth last received\
13666
-
\ delivery status information for this phone number. \nUse this field\
13667
-
\ to understand how up-to-date the `latestMessageDeliveryStatus` is.\n\
13668
-
Value resets every time the `latestMessageDeliveryStatus` changes."
13748
+
description: |-
13749
+
[DNI-Only](#section/DNI-Only). The date bandwidth last received delivery status information for this phone number.
13750
+
Use this field to understand how up-to-date the `latestMessageDeliveryStatus` is.
13751
+
Value resets every time the `latestMessageDeliveryStatus` changes.
13669
13752
example: 2025-06-21
13670
13753
format: date
13671
13754
type: string
13755
+
rcsEnabled:
13756
+
description: |
13757
+
[RCS-Only](#section/RCS-Only). Indicates whether the phone number is capable of receiving RCS messages. Value will be null if account has RCS, but no value was returned. Absent when account does not have RCS.
0 commit comments