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
+73-9Lines changed: 73 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,10 @@ paths:
31
31
description: Gets a list of your media files. No query parameters are supported.
32
32
operationId: listMedia
33
33
parameters:
34
-
- description: Your Bandwidth Account ID.
34
+
- description: |
35
+
This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated.
36
+
37
+
**When migrating to OAuth authentication, you must use the 7-digit Account ID.**
35
38
example: "9900000"
36
39
explode: false
37
40
in: path
@@ -131,7 +134,10 @@ paths:
131
134
file with the same name.
132
135
operationId: deleteMedia
133
136
parameters:
134
-
- description: Your Bandwidth Account ID.
137
+
- description: |
138
+
This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated.
139
+
140
+
**When migrating to OAuth authentication, you must use the 7-digit Account ID.**
135
141
example: "9900000"
136
142
explode: false
137
143
in: path
@@ -209,7 +215,10 @@ paths:
209
215
description: Downloads a media file you previously uploaded.
210
216
operationId: getMedia
211
217
parameters:
212
-
- description: Your Bandwidth Account ID.
218
+
- description: |
219
+
This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated.
220
+
221
+
**When migrating to OAuth authentication, you must use the 7-digit Account ID.**
213
222
example: "9900000"
214
223
explode: false
215
224
in: path
@@ -299,7 +308,10 @@ paths:
299
308
A list of supported media types can be found at [Bandwidth Support](https://www.bandwidth.com/support/en/articles/12823220-what-mms-file-types-are-supported).
300
309
operationId: uploadMedia
301
310
parameters:
302
-
- description: Your Bandwidth Account ID.
311
+
- description: |
312
+
This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated.
313
+
314
+
**When migrating to OAuth authentication, you must use the 7-digit Account ID.**
303
315
example: "9900000"
304
316
explode: false
305
317
in: path
@@ -406,7 +418,10 @@ paths:
406
418
**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.
407
419
operationId: listMessages
408
420
parameters:
409
-
- description: Your Bandwidth Account ID.
421
+
- description: |
422
+
This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated.
423
+
424
+
**When migrating to OAuth authentication, you must use the 7-digit Account ID.**
410
425
example: "9900000"
411
426
explode: false
412
427
in: path
@@ -762,7 +777,10 @@ paths:
762
777
messaging.
763
778
operationId: createMessage
764
779
parameters:
765
-
- description: Your Bandwidth Account ID.
780
+
- description: |
781
+
This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated.
782
+
783
+
**When migrating to OAuth authentication, you must use the 7-digit Account ID.**
766
784
example: "9900000"
767
785
explode: false
768
786
in: path
@@ -851,7 +869,10 @@ paths:
851
869
description: Endpoint for sending Multi-Channel messages.
852
870
operationId: createMultiChannelMessage
853
871
parameters:
854
-
- description: Your Bandwidth Account ID.
872
+
- description: |
873
+
This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated.
874
+
875
+
**When migrating to OAuth authentication, you must use the 7-digit Account ID.**
855
876
example: "9900000"
856
877
explode: false
857
878
in: path
@@ -7329,7 +7350,10 @@ components:
7329
7350
code: "500"
7330
7351
parameters:
7331
7352
accountId:
7332
-
description: Your Bandwidth Account ID.
7353
+
description: |
7354
+
This is your 7-digit Bandwidth Account ID, as shown in the Bandwidth App. The older ID format (`u-be8dvafwrs63rwpm7pfil4b`) is deprecated.
7355
+
7356
+
**When migrating to OAuth authentication, you must use the 7-digit Account ID.**
0 commit comments