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
Copy file name to clipboardExpand all lines: api/openapi.yaml
+43-9Lines changed: 43 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -389,7 +389,10 @@ paths:
389
389
url: https://messaging.bandwidth.com/api/v2
390
390
/users/{accountId}/messages:
391
391
get:
392
-
description: Returns a list of messages based on query parameters.
392
+
description: |
393
+
Returns a list of messages based on query parameters.
394
+
395
+
**Rate Limit:** This endpoint is rate limited to 3500 requests per 5 minutes per Source IP address. Exceeding the limit returns HTTP 429 with a `Retry-After` header.
**InternalTicketNumber** | **Guid** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional]
10
+
**InternalTicketNumber** | **string** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional]
11
11
**Blocked** | **bool** | Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional]
12
12
**BlockedReason** | **string** | The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. | [optional]
Copy file name to clipboardExpand all lines: docs/FailureWebhook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
**ErrorCode** | **string** | An error code indicating what error was encountered. This code can be interpreted as an HTTP status code in regards to the error that was encountered. | [optional]
10
10
**ErrorMessage** | **string** | A description of the error that was encountered. | [optional]
11
11
**Errors** | **List<string>** | Details of the errors that were encountered when processing the request. | [optional]
12
-
**InternalTicketNumber** | **Guid** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional]
12
+
**InternalTicketNumber** | **string** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional]
13
13
14
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/MessagesApi.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ catch (ApiException e)
121
121
122
122
List Messages
123
123
124
-
Returns a list of messages based on query parameters.
124
+
Returns a list of messages based on query parameters.**Rate Limit:** This endpoint is rate limited to 3500 requests per 5 minutes per Source IP address. Exceeding the limit returns HTTP 429 with a `Retry-After` header.
125
125
126
126
### Example
127
127
```csharp
@@ -267,8 +267,9 @@ catch (ApiException e)
267
267
|**401**| Unauthorized | - |
268
268
|**403**| Forbidden | - |
269
269
|**404**| Not Found | - |
270
+
|**405**| Method Not Allowed | - |
270
271
|**415**| Unsupported Media Type | - |
271
-
|**429**| Too Many Requests |-|
272
+
|**429**| Too Many Requests |* Retry-After - The number of seconds to wait before retrying the request. <br>|
272
273
|**500**| Internal Server Error | - |
273
274
274
275
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**Suggestions** | [**List<MultiChannelAction>**](MultiChannelAction.md) | An array of suggested actions for the recipient. | [optional]
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**PhoneNumber** | **string** | Toll-free telephone number in E.164 format. | [optional]
8
8
**Status** | **TfvStatusEnum** | | [optional]
9
-
**InternalTicketNumber** | **Guid** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number - included in all webhook payloads. | [optional]
9
+
**InternalTicketNumber** | **string** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number - included in all webhook payloads. | [optional]
10
10
**DeclineReasonDescription** | **string** | Explanation for why a verification request was declined. | [optional]
11
11
**ResubmitAllowed** | **bool** | Whether a Toll-Free Verification request qualifies for resubmission via PUT. | [optional]
12
12
**CreatedDateTime** | **DateTime** | Date and time the verification request was created. | [optional]
Copy file name to clipboardExpand all lines: docs/VerificationDenialWebhook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**AdditionalDenialReasons** | [**List<AdditionalDenialReason>**](AdditionalDenialReason.md) | An optional list of denial reasons in addition to declineReasonDescription when multiple reasons apply. | [optional]
9
9
**DeclineReasonDescription** | **string** | Explanation for why a verification request was declined. | [optional]
10
10
**DenialStatusCode** | **int** | Reason code for denial. | [optional]
11
-
**InternalTicketNumber** | **Guid** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional]
11
+
**InternalTicketNumber** | **string** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional]
12
12
**PhoneNumber** | **string** | Toll-free telephone number in E.164 format. | [optional]
13
13
**ResubmitAllowed** | **bool** | Whether a Toll-Free Verification request qualifies for resubmission via PUT. | [optional]
14
14
**Status** | **string** | | [optional][default to "UNVERIFIED"]
0 commit comments