-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathnumberListResponse.json
More file actions
98 lines (98 loc) · 3.06 KB
/
numberListResponse.json
File metadata and controls
98 lines (98 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"api_id": "114de006-1c95-11e4-8a4a-123140008edf",
"meta": {
"limit": 3,
"next": "/v1/Account/MANWVLYTK4ZWU1YTY4ZT/Number/?limit=3&offset=3",
"offset": 0,
"previous": null,
"total_count": 20
},
"objects": [
{
"added_on": "2014-08-05",
"alias": null,
"application": "/v1/Account/MANWVLYTK4ZWU1YTY4ZT/Application/29986316244302815/",
"carrier": "Plivo",
"monthly_rental_rate": "0.80000",
"number": "18135401302",
"number_type": "local",
"region": "Florida, UNITED STATES",
"resource_uri": "/v1/Account/MANWVLYTK4ZWU1YTY4ZT/Number/18135401302/",
"sms_enabled": true,
"sms_rate": "0.00000",
"sub_account": null,
"active": true,
"city": "USA",
"compliance_application_id": null,
"compliance_status": null,
"country": "United States",
"mms_enabled": false,
"mms_rate": "0.00000",
"tendlc_campaign_id": "C012345",
"tendlc_registration_status": "PROCESSING",
"toll_free_sms_verification": null,
"renewal_date": "2014-09-05",
"cnam": "plivo",
"cnam_lookup": "enabled",
"voice_enabled": true,
"voice_rate": "0.00850"
},
{
"added_on": "2013-01-01",
"alias": "",
"application": "/v1/Account/MANWVLYTK4ZWU1YTY4ZT/Application/16632559604105954/",
"carrier": "Plivo",
"monthly_rental_rate": "0.80000",
"number": "14153661106",
"number_type": "local",
"region": "BELVEDERE, UNITED STATES",
"resource_uri": "/v1/Account/MANWVLYTK4ZWU1YTY4ZT/Number/14153661106/",
"sms_enabled": true,
"sms_rate": "0.00000",
"sub_account": null,
"active": true,
"city": "USA",
"compliance_application_id": null,
"compliance_status": null,
"country": "United States",
"mms_enabled": false,
"mms_rate": "0.00000",
"tendlc_campaign_id": "C012345",
"tendlc_registration_status": "REGISTERED",
"toll_free_sms_verification": null,
"renewal_date": "2013-02-01",
"cnam": "",
"cnam_lookup": "enabled",
"voice_enabled": true,
"voice_rate": "0.00850"
},
{
"added_on": "2013-03-25",
"alias": "",
"application": "/v1/Account/MANWVLYTK4ZWU1YTY4ZT/Application/20372631212782799/",
"carrier": "Plivo",
"monthly_rental_rate": "0.80000",
"number": "14152753408",
"number_type": "tollfree",
"region": "California, UNITED STATES",
"resource_uri": "/v1/Account/MANWVLYTK4ZWU1YTY4ZT/Number/14152753408/",
"sms_enabled": true,
"sms_rate": "0.00000",
"sub_account": null,
"city": "USA",
"compliance_application_id": null,
"compliance_status": null,
"country": "United States",
"mms_enabled": false,
"mms_rate": "0.00000",
"tendlc_campaign_id": null,
"tendlc_registration_status": null,
"toll_free_sms_verification": "verified",
"renewal_date": "2013-04-25",
"cnam": "plivo",
"cnam_lookup": "disabled",
"voice_enabled": true,
"voice_rate": "0.00850"
}
]
}