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.
13550
+
13551
+
**RCS service pass-through codes:**
13552
+
- `REQUEST_FAILED`: The RCS service returned this error code.
13553
+
- `UNKNOWN_CODE`: The RCS service returned this error code.
13554
+
- `INVALID_DESTINATION_ADDRESS`: The RCS service returned this error code.
13555
+
- `UNKNOWN_STATUS: <code>`: The RCS service returned an unrecognized status code, where `<code>` is the raw value.
13556
+
13557
+
**Service-level errors:**
13558
+
- `MISSING_FROM_RESPONSE`: The phone number was absent from the RCS service response.
13559
+
- `RCS_SERVICE_UNAVAILABLE`: An exception was thrown during the async RCS service call.
13560
+
- `RCS_SERVICE_DISABLED`: RCS lookup is disabled in configuration.
13561
+
- `EMPTY_RESPONSE`: The RCS service returned a null or empty response body.
13562
+
example: RCS_SERVICE_UNAVAILABLE
13563
+
type: string
13482
13564
lookupResult:
13483
13565
description: Carrier information results for the specified telephone number.
13484
13566
example:
@@ -13489,6 +13571,7 @@ components:
13489
13571
phoneNumber: "+10072904498"
13490
13572
countryCodeA3: USA
13491
13573
initialMessageDeliveryStatusDate: 2025-06-20
13574
+
rcsEnabled: true
13492
13575
lineType: MOBILE
13493
13576
deactivationReporter: deactivationReporter
13494
13577
voiceProvider: Verizon Wireless
@@ -13537,13 +13620,18 @@ components:
13537
13620
format: date
13538
13621
type: string
13539
13622
latestMessageDeliveryStatusDate:
13540
-
description: "[DNI-Only](#section/DNI-Only). The date bandwidth last received\
13541
-
\ delivery status information for this phone number. \nUse this field\
13542
-
\ to understand how up-to-date the `latestMessageDeliveryStatus` is.\n\
13543
-
Value resets every time the `latestMessageDeliveryStatus` changes."
13623
+
description: |-
13624
+
[DNI-Only](#section/DNI-Only). The date bandwidth last received delivery status information for this phone number.
13625
+
Use this field to understand how up-to-date the `latestMessageDeliveryStatus` is.
13626
+
Value resets every time the `latestMessageDeliveryStatus` changes.
13544
13627
example: 2025-06-21
13545
13628
format: date
13546
13629
type: string
13630
+
rcsEnabled:
13631
+
description: |
13632
+
[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