Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Verification



Edited

edited page anchor

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 or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.messaging.compliance.toll-free-verification.edit",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationEdit/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"accountsid" : "AC0000000000000000000000000000001",
10
"parentaccountsid" : "AC0000000000000000000000000000002",
11
"tollfreeverificationsid" : "HH0000000000000000000000000000001",
12
"phonenumbersid" : "PN0000000000000000000000000000001",
13
"customerprofilesid" : "BU0000000000000000000000000000001",
14
"regulateditemsid" : "RA0000000000000000000000000000001",
15
"trustproductsid" : "BU0000000000000000000000000000001",
16
"processeddate" : 1756043494500,
17
"verificationstatus" : "in_review"
18
}
19
}

Versions


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 or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.messaging.compliance.toll-free-verification.expired",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationExpired/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"accountsid" : "AC0000000000000000000000000000001",
10
"parentaccountsid" : "AC0000000000000000000000000000002",
11
"tollfreeverificationsid" : "HH0000000000000000000000000000001",
12
"phonenumbersid" : "PN0000000000000000000000000000001",
13
"customerprofilesid" : "BU0000000000000000000000000000001",
14
"regulateditemsid" : "RA0000000000000000000000000000001",
15
"trustproductsid" : "BU0000000000000000000000000000001",
16
"processeddate" : 1756043494500,
17
"verificationstatus" : "expired",
18
"errorcode" : 30437,
19
"errordescription" : "Rejection Edit Time Window Expired"
20
}
21
}

Versions


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 or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.messaging.compliance.toll-free-verification.failure",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationFailure/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"accountsid" : "AC0000000000000000000000000000001",
10
"parentaccountsid" : "AC0000000000000000000000000000002",
11
"tollfreeverificationsid" : "HH0000000000000000000000000000001",
12
"phonenumbersid" : "PN0000000000000000000000000000001",
13
"customerprofilesid" : "BU0000000000000000000000000000001",
14
"regulateditemsid" : "RA0000000000000000000000000000001",
15
"trustproductsid" : "BU0000000000000000000000000000001",
16
"processeddate" : 1756043494500,
17
"verificationstatus" : "twilio_rejected",
18
"failuredescription" : "Failed to edit verification",
19
"failurereason" : "edit failed",
20
"failedoperation" : "edit"
21
}
22
}

Versions


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 or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.messaging.compliance.toll-free-verification.requested",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationRequested/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"accountsid" : "AC0000000000000000000000000000001",
10
"parentaccountsid" : "AC0000000000000000000000000000002",
11
"tollfreeverificationsid" : "HH0000000000000000000000000000001",
12
"phonenumbersid" : "PN0000000000000000000000000000001",
13
"customerprofilesid" : "BU0000000000000000000000000000001",
14
"regulateditemsid" : "RA0000000000000000000000000000001",
15
"trustproductsid" : "BU0000000000000000000000000000001",
16
"processeddate" : 1756043494500,
17
"verificationstatus" : "in_review"
18
}
19
}

Versions


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 or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.messaging.compliance.toll-free-verification.pending-review",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationPendingReview/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"accountsid" : "AC0000000000000000000000000000001",
10
"parentaccountsid" : "AC0000000000000000000000000000002",
11
"tollfreeverificationsid" : "HH0000000000000000000000000000001",
12
"phonenumbersid" : "PN0000000000000000000000000000001",
13
"customerprofilesid" : "BU0000000000000000000000000000001",
14
"regulateditemsid" : "RA0000000000000000000000000000001",
15
"trustproductsid" : "BU0000000000000000000000000000001",
16
"processeddate" : 1756043494500,
17
"verificationstatus" : "pending_review"
18
}
19
}

Versions


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 or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.messaging.compliance.toll-free-verification.request-approved",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationRequestApproved/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"accountsid" : "AC0000000000000000000000000000001",
10
"parentaccountsid" : "AC0000000000000000000000000000002",
11
"tollfreeverificationsid" : "HH0000000000000000000000000000001",
12
"phonenumbersid" : "PN0000000000000000000000000000001",
13
"customerprofilesid" : "BU0000000000000000000000000000001",
14
"regulateditemsid" : "RA0000000000000000000000000000001",
15
"trustproductsid" : "BU0000000000000000000000000000001",
16
"processeddate" : 1756043494500,
17
"verificationstatus" : "twilio_approved"
18
}
19
}

Versions


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 or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.messaging.compliance.toll-free-verification.deleted",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationDeleted/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"accountsid" : "AC0000000000000000000000000000001",
10
"parentaccountsid" : "AC0000000000000000000000000000002",
11
"tollfreeverificationsid" : "HH0000000000000000000000000000001",
12
"phonenumbersid" : "PN0000000000000000000000000000001",
13
"customerprofilesid" : "BU0000000000000000000000000000001",
14
"regulateditemsid" : "RA0000000000000000000000000000001",
15
"trustproductsid" : "BU0000000000000000000000000000001",
16
"processeddate" : 1756043494500
17
}
18
}

Versions


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 or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.messaging.compliance.toll-free-verification.request-rejected",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/TollFree.VerificationRequestRejected/5",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"accountsid" : "AC0000000000000000000000000000001",
10
"parentaccountsid" : "AC0000000000000000000000000000002",
11
"tollfreeverificationsid" : "HH0000000000000000000000000000001",
12
"phonenumber" : "+11234567890",
13
"phonenumbersid" : "PN0000000000000000000000000000001",
14
"customerprofilesid" : "BU0000000000000000000000000000001",
15
"regulateditemsid" : "RA0000000000000000000000000000001",
16
"trustproductsid" : "BU0000000000000000000000000000001",
17
"processeddate" : 1756043494500,
18
"verificationstatus" : "twilio_rejected",
19
"errorcode" : 30482,
20
"errorcodes" : "30482,30484",
21
"errordescription" : "Business email must use an official domain; Business name doesn't match official records",
22
"rejectiondate" : 1756043499500,
23
"editexpiration" : 1756043594500,
24
"editallowed" : true
25
}
26
}

Versions