Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

Verification Status



Approved

approved page anchor

com.twilio.accountsecurity.verify.verification.approved

Verification Status 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.accountsecurity.verify.verification.approved",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/AccountSecurity.VerifyEventStreamEvent/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"account_sid" : "AC0000000000000000000000000000001",
10
"service_sid" : "VA0000000000000000000000000000001",
11
"verification_sid" : "VE0000000000000000000000000000001",
12
"friendly_name" : "My verification service",
13
"custom_code_enabled" : false,
14
"custom_friendly_name" : "My verification service",
15
"created_at" : "2025-01-01T00:00:00.000Z",
16
"verified_at" : "2025-01-01T00:00:01.000Z",
17
"to" : "+11234567890",
18
"verification_status" : "APPROVED",
19
"country" : "US",
20
"code_length" : 6,
21
"send_code_attempts" : {
22
"count" : 1,
23
"attempts" : [
24
{
25
"time" : "2025-01-01T00:00:00.000Z",
26
"channel" : "SMS",
27
"attempt_sid" : "VL0000000000000000000000000000001",
28
"delivery_status" : "UNDELIVERED",
29
"error_code" : "30004",
30
"locale" : "es"
31
}
32
]
33
},
34
"check_attempts" : {
35
"count" : 0,
36
"attempts" : [
37
{
38
"time" : "2025-01-01T00:00:00.000Z",
39
"status" : "SUCCESS"
40
}
41
]
42
},
43
"expired_at" : "2025-01-01T00:10:00.000Z"
44
}
45
}

Versions


com.twilio.accountsecurity.verify.verification.canceled

Verification Status Canceled 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.accountsecurity.verify.verification.canceled",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/AccountSecurity.VerifyEventStreamEvent/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"account_sid" : "AC0000000000000000000000000000001",
10
"service_sid" : "VA0000000000000000000000000000001",
11
"verification_sid" : "VE0000000000000000000000000000001",
12
"friendly_name" : "My verification service",
13
"custom_code_enabled" : false,
14
"custom_friendly_name" : "My verification service",
15
"created_at" : "2025-01-01T00:00:00.000Z",
16
"verified_at" : "2025-01-01T00:00:01.000Z",
17
"to" : "+11234567890",
18
"verification_status" : "APPROVED",
19
"country" : "US",
20
"code_length" : 6,
21
"send_code_attempts" : {
22
"count" : 1,
23
"attempts" : [
24
{
25
"time" : "2025-01-01T00:00:00.000Z",
26
"channel" : "SMS",
27
"attempt_sid" : "VL0000000000000000000000000000001",
28
"delivery_status" : "UNDELIVERED",
29
"error_code" : "30004",
30
"locale" : "es"
31
}
32
]
33
},
34
"check_attempts" : {
35
"count" : 0,
36
"attempts" : [
37
{
38
"time" : "2025-01-01T00:00:00.000Z",
39
"status" : "SUCCESS"
40
}
41
]
42
},
43
"expired_at" : "2025-01-01T00:10:00.000Z"
44
}
45
}

Versions


com.twilio.accountsecurity.verify.verification.expired

Verification Status 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.accountsecurity.verify.verification.expired",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/AccountSecurity.VerifyEventStreamEvent/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"account_sid" : "AC0000000000000000000000000000001",
10
"service_sid" : "VA0000000000000000000000000000001",
11
"verification_sid" : "VE0000000000000000000000000000001",
12
"friendly_name" : "My verification service",
13
"custom_code_enabled" : false,
14
"custom_friendly_name" : "My verification service",
15
"created_at" : "2025-01-01T00:00:00.000Z",
16
"verified_at" : "2025-01-01T00:00:01.000Z",
17
"to" : "+11234567890",
18
"verification_status" : "APPROVED",
19
"country" : "US",
20
"code_length" : 6,
21
"send_code_attempts" : {
22
"count" : 1,
23
"attempts" : [
24
{
25
"time" : "2025-01-01T00:00:00.000Z",
26
"channel" : "SMS",
27
"attempt_sid" : "VL0000000000000000000000000000001",
28
"delivery_status" : "UNDELIVERED",
29
"error_code" : "30004",
30
"locale" : "es"
31
}
32
]
33
},
34
"check_attempts" : {
35
"count" : 0,
36
"attempts" : [
37
{
38
"time" : "2025-01-01T00:00:00.000Z",
39
"status" : "SUCCESS"
40
}
41
]
42
},
43
"expired_at" : "2025-01-01T00:10:00.000Z"
44
}
45
}

Versions


com.twilio.accountsecurity.verify.verification.max-attempts-reached

Verification Status Max Attempts Reached 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.accountsecurity.verify.verification.max-attempts-reached",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/AccountSecurity.VerifyEventStreamEvent/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"account_sid" : "AC0000000000000000000000000000001",
10
"service_sid" : "VA0000000000000000000000000000001",
11
"verification_sid" : "VE0000000000000000000000000000001",
12
"friendly_name" : "My verification service",
13
"custom_code_enabled" : false,
14
"custom_friendly_name" : "My verification service",
15
"created_at" : "2025-01-01T00:00:00.000Z",
16
"verified_at" : "2025-01-01T00:00:01.000Z",
17
"to" : "+11234567890",
18
"verification_status" : "APPROVED",
19
"country" : "US",
20
"code_length" : 6,
21
"send_code_attempts" : {
22
"count" : 1,
23
"attempts" : [
24
{
25
"time" : "2025-01-01T00:00:00.000Z",
26
"channel" : "SMS",
27
"attempt_sid" : "VL0000000000000000000000000000001",
28
"delivery_status" : "UNDELIVERED",
29
"error_code" : "30004",
30
"locale" : "es"
31
}
32
]
33
},
34
"check_attempts" : {
35
"count" : 0,
36
"attempts" : [
37
{
38
"time" : "2025-01-01T00:00:00.000Z",
39
"status" : "SUCCESS"
40
}
41
]
42
},
43
"expired_at" : "2025-01-01T00:10:00.000Z"
44
}
45
}

Versions


com.twilio.accountsecurity.verify.verification.pending

Verification Status 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.accountsecurity.verify.verification.pending",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/AccountSecurity.VerifyEventStreamEvent/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"account_sid" : "AC0000000000000000000000000000001",
10
"service_sid" : "VA0000000000000000000000000000001",
11
"verification_sid" : "VE0000000000000000000000000000001",
12
"friendly_name" : "My verification service",
13
"custom_code_enabled" : false,
14
"custom_friendly_name" : "My verification service",
15
"created_at" : "2025-01-01T00:00:00.000Z",
16
"verified_at" : "2025-01-01T00:00:01.000Z",
17
"to" : "+11234567890",
18
"verification_status" : "APPROVED",
19
"country" : "US",
20
"code_length" : 6,
21
"send_code_attempts" : {
22
"count" : 1,
23
"attempts" : [
24
{
25
"time" : "2025-01-01T00:00:00.000Z",
26
"channel" : "SMS",
27
"attempt_sid" : "VL0000000000000000000000000000001",
28
"delivery_status" : "UNDELIVERED",
29
"error_code" : "30004",
30
"locale" : "es"
31
}
32
]
33
},
34
"check_attempts" : {
35
"count" : 0,
36
"attempts" : [
37
{
38
"time" : "2025-01-01T00:00:00.000Z",
39
"status" : "SUCCESS"
40
}
41
]
42
},
43
"expired_at" : "2025-01-01T00:10:00.000Z"
44
}
45
}

Versions