Last active
February 24, 2016 20:49
-
-
Save activeprospect-support/4f0172b9fdf9c5e3618b to your computer and use it in GitHub Desktop.
Certificate Fields Explained
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -X GET -uAPI:fc36c8168cbb16784f6a29f89695dd92 https://cert.trustedform.com/8189d5a77937b27a3d85ca181fc34f2b46a60908 -H 'Accept: application/json' | |
HTTP/1.1 200 OK | |
Content-Type: application/json; charset=utf-8 | |
{ | |
"token": "8189d5a77937b27a3d85ca181fc34f2b46a60908", | |
"ip": "76.253.76.139", | |
"location": "http://activeprospect.hostedwebform.com/contact-us?<query string hidden>", | |
"parent_location": "http://www.activeprospect.com/contact-us.php", | |
"framed": true, | |
"browser": "Safari 6.0.5", | |
"operating_system": "OS X 10.8", | |
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1", | |
"snapshot_url": "http://snapshots.trustedform.com/8189d5a77937b27a3d85ca181fc34f2b46a60908/index.html", | |
"created_at": "2013-07-10T02:10:50Z", | |
"event_duration": 15393, | |
"expires_at": "2013-07-13T02:10:50Z", | |
"geo": { | |
"lat": 30.2672, | |
"lon": -97.7431, | |
"city": "Austin", | |
"state": "TX", | |
"postal_code": "78703", | |
"country_code": "US", | |
"time_zone": "America/Chicago" | |
}, | |
"claims": [ | |
{ | |
"age": 19, | |
"id": "51ddbe9d82d28b8d38000009", | |
"masked": false, | |
"masked_cert_url": "https://cert.trustedform.com/e88c2fccdc097831df2808235d50517b34c5ed6", | |
"scans": { | |
"found": [ | |
"By pressing submit, I expressly authorize ActiveProspect Inc., a Nevada corporation to call me using an automatic telephone dialing system or prerecorded voice, to send me recorded messages or texts, and/or to send me emails about their products using automated technology to my telephone/cellular number(s) and/or email address provided. I understand that I am not required to give my consent as a condition of any purchase." | |
], | |
"not_found": [ | |
"FREE" | |
] | |
}, | |
"page_id": "51de277782d28be89900008a", | |
"warnings": [], | |
"reference": "ABC123", | |
"vendor": "SuperInstantLeads", | |
"fingerprints": { | |
"matching": [ | |
"03685a113a7bf67d146c05d2165c9fccbfd02719" | |
], | |
"non_matching": [ | |
"c0c686d4b4c680347df82742250093bbbf361b3b" | |
] | |
}, | |
"created_at": "2013-07-10T20:05:49Z", | |
"expires_at": "2013-08-09T20:05:49Z" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment