Ping

Retrieve Ping Data

Retrieve ping data directly from a Certificate. When a lead vendor only provides a TrustedForm Certificate URL, Ping data can be retrieved directly without a Ping URL. Simply append /ping to the Certificate URL and perform an authenticated GET. A certificate's Ping data can be accessed two ways:

  • Querying a modified TrustedForm Certificate URL
  • Querying a vendor-provided TrustedForm Ping URL
get/{cert_id}/ping

Path parameters

cert_idstring required

Certificate ID

Response

Ping Data

ageinteger

Lead Age, in milliseconds. (The time elapsed between the final recorded interaction event and the call to this API)

created_atstring date-time

When the certificate was issued, in ISO8601 format.

time_on_pageinteger

The amount of time the user spent interacting with the page, in milliseconds. (The time elapsed between created_at and the final recorded interaction event)

typestring

The type of certificate associated with this response. Possible values are limited to "standard", "masked", or "facebook".

Changes

No recorded changes to this endpoint across all 1 revision of this API.