This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -14361,8 +14361,12 @@ components:
14361
14361
completion of TFV verification.
14362
14362
properties:
14363
14363
accountId:
14364
+ example: '1234567'
14364
14365
type: string
14365
14366
basicAuthentication:
14367
+ description: >-
14368
+ Basic authentication credentials are not required, but if present,
14369
+ both username and password must be provided.
14366
14370
properties:
14367
14371
password:
14368
14372
maxLength: 200
@@ -14377,14 +14381,21 @@ components:
14377
14381
callbackUrl:
14378
14382
$ref: '#/components/schemas/webhookUrl'
14379
14383
createdDate:
14384
+ example: '2023-05-15T13:56:39.965Z'
14380
14385
format: date-time
14381
14386
type: string
14382
14387
id:
14388
+ example: 7hICGStfAfeGxEq3N0lQwO
14383
14389
type: string
14384
14390
modifiedDate:
14391
+ example: '2023-05-15T13:56:39.965Z'
14385
14392
format: date-time
14386
14393
type: string
14387
14394
type:
14395
+ description: >-
14396
+ Currently only one type of webhook is supported for toll-free
14397
+ verification, and that is the webhook for the status of a toll-free
14398
+ verification request.
14388
14399
enum:
14389
14400
- TOLLFREE_VERIFICATION_STATUS
14390
14401
type: string
@@ -14394,7 +14405,7 @@ components:
14394
14405
webhookSubscriptionsListBody:
14395
14406
description: >-
14396
14407
A list of all webhook subscriptions registered for this account ID for
14397
- this particular feature.
14408
+ this particular feature (unpaginated) .
14398
14409
properties:
14399
14410
data:
14400
14411
items:
You can’t perform that action at this time.
0 commit comments