# Verification

## Edited

`com.twilio.messaging.compliance.toll-free-verification.edit`

Verification Edited events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/toll-free/api-onboarding).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.toll-free-verification.edit",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationEdit/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "parentaccountsid" : "AC0000000000000000000000000000002",
    "tollfreeverificationsid" : "HH0000000000000000000000000000001",
    "phonenumbersid" : "PN0000000000000000000000000000001",
    "customerprofilesid" : "BU0000000000000000000000000000001",
    "regulateditemsid" : "RA0000000000000000000000000000001",
    "trustproductsid" : "BU0000000000000000000000000000001",
    "processeddate" : 1756043494500,
    "verificationstatus" : "in_review"
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account of the toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the resolved-verified toll free request.
* `string` **tollfreeverificationsid**. Id of the toll free request.
* `string` **phonenumbersid**. Id of the toll free phone number of the toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the toll free request.
* `string` **trustproductsid**. Id of the trust product of the toll free request.
* `integer` **processeddate**. Epoch milliseconds timestamp when the toll free request was processed.
* `string` **verificationstatus**. Verification status of the toll free request.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationEdit/2).

#### v1

* `string` **accountsid**. Id of the Twilio account of the toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the resolved-verified toll free request.
* `string` **tollfreeverificationsid**. Id of the toll free request.
* `string` **phonenumbersid**. Id of the toll free phone number of the toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the toll free request.
* `string` **trustproductsid**. Id of the trust product of the toll free request.
* `integer` **processeddate**. Epoch milliseconds timestamp when the toll free request was processed.
* `string` **verificationstatus**. Verification status of the toll free request.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationEdit/1).

## Expired

`com.twilio.messaging.compliance.toll-free-verification.expired`

Verification Expired events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/toll-free/api-onboarding).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.toll-free-verification.expired",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationExpired/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "parentaccountsid" : "AC0000000000000000000000000000002",
    "tollfreeverificationsid" : "HH0000000000000000000000000000001",
    "phonenumbersid" : "PN0000000000000000000000000000001",
    "customerprofilesid" : "BU0000000000000000000000000000001",
    "regulateditemsid" : "RA0000000000000000000000000000001",
    "trustproductsid" : "BU0000000000000000000000000000001",
    "processeddate" : 1756043494500,
    "verificationstatus" : "expired",
    "errorcode" : 30437,
    "errordescription" : "Rejection Edit Time Window Expired"
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account of the expired toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the expired toll free request.
* `string` **tollfreeverificationsid**. Id of the expired toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the expired toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the expired toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the expired toll free request.
* `string` **trustproductsid**. Id of the trust product of the expired toll free request.
* `integer` **processeddate**. Timestamp when the toll-free expired request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.
* `integer` **errorcode**. Error code of the expired toll-free request.
* `string` **errordescription**. Error description of the expired toll-free request.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationExpired/2).

#### v1

* `string` **accountsid**. Id of the Twilio account of the expired toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the expired toll free request.
* `string` **tollfreeverificationsid**. Id of the expired toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the expired toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the expired toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the expired toll free request.
* `string` **trustproductsid**. Id of the trust product of the expired toll free request.
* `integer` **processeddate**. Timestamp when the toll-free expired request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.
* `integer` **errorcode**. Error code of the expired toll-free request.
* `string` **errordescription**. Error description of the expired toll-free request.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationExpired/1).

## Failed

`com.twilio.messaging.compliance.toll-free-verification.failure`

Verification Failed events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/toll-free/api-onboarding).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.toll-free-verification.failure",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationFailure/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "parentaccountsid" : "AC0000000000000000000000000000002",
    "tollfreeverificationsid" : "HH0000000000000000000000000000001",
    "phonenumbersid" : "PN0000000000000000000000000000001",
    "customerprofilesid" : "BU0000000000000000000000000000001",
    "regulateditemsid" : "RA0000000000000000000000000000001",
    "trustproductsid" : "BU0000000000000000000000000000001",
    "processeddate" : 1756043494500,
    "verificationstatus" : "twilio_rejected",
    "failuredescription" : "Failed to edit verification",
    "failurereason" : "edit failed",
    "failedoperation" : "edit"
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account of the failed verification request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the failed verification request.
* `string` **tollfreeverificationsid**. Id of the failed toll free verification request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the failed toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the failed toll free verification request.
* `string` **regulateditemsid**. Id of the regulated item of the failed toll free verification request.
* `string` **trustproductsid**. Id of the trust product of the failed toll free verification request.
* `integer` **processeddate**. Timestamp when the toll-free verification request failed.
* `string` **verificationstatus**. Verification status of the failed toll-free verification request.
* `string` **failuredescription**. Description of the verification failure.
* `string` **failurereason**. Text describing the reason/category of verification failure.
* `string` **failedoperation**. Name of operation when verification failure occurred (CREATE/UPDATE/DELETE etc).

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationFailure/2).

#### v1

* `string` **accountsid**. Id of the Twilio account of the failed verification request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the failed verification request.
* `string` **tollfreeverificationsid**. Id of the failed toll free verification request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the failed toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the failed toll free verification request.
* `string` **regulateditemsid**. Id of the regulated item of the failed toll free verification request.
* `string` **trustproductsid**. Id of the trust product of the failed toll free verification request.
* `integer` **processeddate**. Timestamp when the toll-free verification request failed.
* `string` **verificationstatus**. Verification status of the failed toll-free verification request.
* `string` **failuredescription**. Description of the verification failure.
* `string` **failurereason**. Text describing the reason/category of verification failure.
* `string` **failedoperation**. Name of operation when verification failure occurred (CREATE/UPDATE/DELETE etc).

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationFailure/1).

## Requested

`com.twilio.messaging.compliance.toll-free-verification.requested`

Verification Requested events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/toll-free/api-onboarding).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.toll-free-verification.requested",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationRequested/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "parentaccountsid" : "AC0000000000000000000000000000002",
    "tollfreeverificationsid" : "HH0000000000000000000000000000001",
    "phonenumbersid" : "PN0000000000000000000000000000001",
    "customerprofilesid" : "BU0000000000000000000000000000001",
    "regulateditemsid" : "RA0000000000000000000000000000001",
    "trustproductsid" : "BU0000000000000000000000000000001",
    "processeddate" : 1756043494500,
    "verificationstatus" : "in_review"
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account of the toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the resolved-verified toll free request.
* `string` **tollfreeverificationsid**. Id of the toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the toll free request.
* `string` **trustproductsid**. Id of the trust product of the toll free request.
* `integer` **processeddate**. Timestamp when the toll-free request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationRequested/2).

#### v1

* `string` **accountsid**. Id of the Twilio account of the toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the resolved-verified toll free request.
* `string` **tollfreeverificationsid**. Id of the toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the toll free request.
* `string` **trustproductsid**. Id of the trust product of the toll free request.
* `integer` **processeddate**. Timestamp when the toll-free request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationRequested/1).

## Review Pending

`com.twilio.messaging.compliance.toll-free-verification.pending-review`

Verification Review Pending events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/toll-free/api-onboarding).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.toll-free-verification.pending-review",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationPendingReview/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "parentaccountsid" : "AC0000000000000000000000000000002",
    "tollfreeverificationsid" : "HH0000000000000000000000000000001",
    "phonenumbersid" : "PN0000000000000000000000000000001",
    "customerprofilesid" : "BU0000000000000000000000000000001",
    "regulateditemsid" : "RA0000000000000000000000000000001",
    "trustproductsid" : "BU0000000000000000000000000000001",
    "processeddate" : 1756043494500,
    "verificationstatus" : "pending_review"
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account of the pending-review toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the pending-review toll free request.
* `string` **tollfreeverificationsid**. Id of the pending-review toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the pending-review toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the pending-review toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the pending-review toll free request.
* `string` **trustproductsid**. Id of the trust product of the pending-review toll free request.
* `integer` **processeddate**. Timestamp when the toll-free pending-review request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationPendingReview/2).

#### v1

* `string` **accountsid**. Id of the Twilio account of the pending-review toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the pending-review toll free request.
* `string` **tollfreeverificationsid**. Id of the pending-review toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the pending-review toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the pending-review toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the pending-review toll free request.
* `string` **trustproductsid**. Id of the trust product of the pending-review toll free request.
* `integer` **processeddate**. Timestamp when the toll-free pending-review request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationPendingReview/1).

## Twilio Approved

`com.twilio.messaging.compliance.toll-free-verification.request-approved`

Verification Twilio Approved events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/toll-free/api-onboarding).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.toll-free-verification.request-approved",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationRequestApproved/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "parentaccountsid" : "AC0000000000000000000000000000002",
    "tollfreeverificationsid" : "HH0000000000000000000000000000001",
    "phonenumbersid" : "PN0000000000000000000000000000001",
    "customerprofilesid" : "BU0000000000000000000000000000001",
    "regulateditemsid" : "RA0000000000000000000000000000001",
    "trustproductsid" : "BU0000000000000000000000000000001",
    "processeddate" : 1756043494500,
    "verificationstatus" : "twilio_approved"
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account of the resolved-verified toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the resolved-verified toll free request.
* `string` **tollfreeverificationsid**. Id of the resolved-verified toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the resolved-verified toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the resolved-verified toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the resoled-verified toll free request.
* `string` **trustproductsid**. Id of the trust product of the resolved-verified toll free request.
* `integer` **processeddate**. Timestamp when the toll-free resolved-verified request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationRequestApproved/2).

#### v1

* `string` **accountsid**. Id of the Twilio account of the resolved-verified toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the resolved-verified toll free request.
* `string` **tollfreeverificationsid**. Id of the resolved-verified toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the resolved-verified toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the resolved-verified toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the resoled-verified toll free request.
* `string` **trustproductsid**. Id of the trust product of the resolved-verified toll free request.
* `integer` **processeddate**. Timestamp when the toll-free resolved-verified request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationRequestApproved/1).

## Twilio Deleted

`com.twilio.messaging.compliance.toll-free-verification.deleted`

Verification Twilio Deleted events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/toll-free/api-onboarding).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.toll-free-verification.deleted",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationDeleted/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "parentaccountsid" : "AC0000000000000000000000000000002",
    "tollfreeverificationsid" : "HH0000000000000000000000000000001",
    "phonenumbersid" : "PN0000000000000000000000000000001",
    "customerprofilesid" : "BU0000000000000000000000000000001",
    "regulateditemsid" : "RA0000000000000000000000000000001",
    "trustproductsid" : "BU0000000000000000000000000000001",
    "processeddate" : 1756043494500
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account of the deleted toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the deleted toll free request.
* `string` **tollfreeverificationsid**. Id of the deleted toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the deleted toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the deleted toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the deleted toll free request.
* `string` **trustproductsid**. Id of the trust product of the deleted toll free request.
* `integer` **processeddate**. Timestamp when the toll-free deleted request was processed.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationDeleted/2).

#### v1

* `string` **accountsid**. Id of the Twilio account of the deleted toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the deleted toll free request.
* `string` **tollfreeverificationsid**. Id of the deleted toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the deleted toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the deleted toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the deleted toll free request.
* `string` **trustproductsid**. Id of the trust product of the deleted toll free request.
* `integer` **processeddate**. Timestamp when the toll-free deleted request was processed.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationDeleted/1).

## Twilio Rejected

`com.twilio.messaging.compliance.toll-free-verification.request-rejected`

Verification Twilio Rejected events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/toll-free/api-onboarding).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.toll-free-verification.request-rejected",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationRequestRejected/5",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "parentaccountsid" : "AC0000000000000000000000000000002",
    "tollfreeverificationsid" : "HH0000000000000000000000000000001",
    "phonenumber" : "+11234567890",
    "phonenumbersid" : "PN0000000000000000000000000000001",
    "customerprofilesid" : "BU0000000000000000000000000000001",
    "regulateditemsid" : "RA0000000000000000000000000000001",
    "trustproductsid" : "BU0000000000000000000000000000001",
    "processeddate" : 1756043494500,
    "verificationstatus" : "twilio_rejected",
    "errorcode" : 30482,
    "errorcodes" : "30482,30484",
    "errordescription" : "Business email must use an official domain; Business name doesn't match official records",
    "rejectiondate" : 1756043499500,
    "editexpiration" : 1756043594500,
    "editallowed" : true
  }
}
```

**Versions**

#### v5 (latest)

> \[!NOTE]
>
> v5 only contains updates to the schema metadata. In other words, there are no new fields between v4 and v5.

* `string` **accountsid**. Id of the Twilio account of the rejected toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the rejected toll free request.
* `string` **tollfreeverificationsid**. Id of the rejected toll free request.
* `string` **phonenumber**. Toll free phone number of the rejected toll free request.
* `string` **phonenumbersid**. Id of the toll free phone number of the rejected request.
* `string` **customerprofilesid**. Id of the customer profile of the rejected toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the rejected toll free request.
* `string` **trustproductsid**. Id of the trust product of the rejected toll free request.
* `integer` **processeddate**. Epoch milliseconds timestamp when the toll free rejected request was processed.
* `string` **verificationstatus**. Verification status of the toll free request.
* `integer` **errorcode**. Error code of the rejected toll free request.
* `string` **errorcodes**. Comma seperated list of error codes of the rejected toll free request.
* `string` **errordescription**. Error description of the rejected toll free request.
* `integer` **rejectiondate**. Epoch milliseconds timestamp when the toll free verification was rejected.
* `integer` **editexpiration**. Epoch milliseconds timestamp when the toll free verification will expire.
* `boolean` **editallowed**. Whether the toll free verification can be edited.

The full specification for version 5 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationRequestRejected/5).

#### v4

* `string` **accountsid**. Id of the Twilio account of the rejected toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the rejected toll free request.
* `string` **tollfreeverificationsid**. Id of the rejected toll free request.
* `string` **phonenumber**. Toll free phone number of the rejected toll free request.
* `string` **phonenumbersid**. Id of the toll free phone number of the rejected request.
* `string` **customerprofilesid**. Id of the customer profile of the rejected toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the rejected toll free request.
* `string` **trustproductsid**. Id of the trust product of the rejected toll free request.
* `integer` **processeddate**. Epoch milliseconds timestamp when the toll free rejected request was processed.
* `string` **verificationstatus**. Verification status of the toll free request.
* `integer` **errorcode**. Error code of the rejected toll free request.
* `string` **errorcodes**. Comma seperated list of error codes of the rejected toll free request.
* `string` **errordescription**. Error description of the rejected toll free request.
* `integer` **rejectiondate**. Epoch milliseconds timestamp when the toll free verification was rejected.
* `integer` **editexpiration**. Epoch milliseconds timestamp when the toll free verification will expire.
* `boolean` **editallowed**. \[NEW] Whether the toll free verification can be edited.

The full specification for version 4 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationRequestRejected/4).

#### v3

* `string` **accountsid**. Id of the Twilio account of the rejected toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the rejected toll free request.
* `string` **tollfreeverificationsid**. Id of the rejected toll free request.
* `string` **phonenumber**. \[NEW] Toll free phone number of the rejected toll free request.
* `string` **phonenumbersid**. Id of the toll free phone number of the rejected request.
* `string` **customerprofilesid**. Id of the customer profile of the rejected toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the rejected toll free request.
* `string` **trustproductsid**. Id of the trust product of the rejected toll free request.
* `integer` **processeddate**. Epoch milliseconds timestamp when the toll free rejected request was processed.
* `string` **verificationstatus**. Verification status of the toll free request.
* `integer` **errorcode**. Error code of the rejected toll free request.
* `string` **errorcodes**. \[NEW] Comma seperated list of error codes of the rejected toll free request.
* `string` **errordescription**. Error description of the rejected toll free request.
* `integer` **rejectiondate**. \[NEW] Epoch milliseconds timestamp when the toll free verification was rejected.
* `integer` **editexpiration**. Epoch milliseconds timestamp when the toll free verification will expire.

The full specification for version 3 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationRequestRejected/3).

#### v2

* `string` **accountsid**. Id of the Twilio account of the rejected toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the rejected toll free request.
* `string` **tollfreeverificationsid**. Id of the rejected toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the rejected toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the rejected toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the rejected toll free request.
* `string` **trustproductsid**. Id of the trust product of the rejected toll free request.
* `integer` **processeddate**. Timestamp when the toll-free rejected request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.
* `integer` **errorcode**. Error code of the rejected toll-free request.
* `string` **errordescription**. Error description of the rejected toll-free request.
* `integer` **editexpiration**. \[NEW] Timestamp when the toll-free verification will expire.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationRequestRejected/2).

#### v1

* `string` **accountsid**. Id of the Twilio account of the rejected toll free request.
* `string` **parentaccountsid**. Id of the top level Twilio account of the rejected toll free request.
* `string` **tollfreeverificationsid**. Id of the rejected toll free request.
* `string` **phonenumbersid**. Id of the toll-free phone number of the rejected toll free request.
* `string` **customerprofilesid**. Id of the customer profile of the rejected toll free request.
* `string` **regulateditemsid**. Id of the regulated item of the rejected toll free request.
* `string` **trustproductsid**. Id of the trust product of the rejected toll free request.
* `integer` **processeddate**. Timestamp when the toll-free rejected request was processed.
* `string` **verificationstatus**. Verification status of the toll-free request.
* `integer` **errorcode**. Error code of the rejected toll-free request.
* `string` **errordescription**. Error description of the rejected toll-free request.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/TollFree.VerificationRequestRejected/1).
