Skip to main content
POST
Retrieving Ping Data

Path Parameters

cert_id
string
required

Certificate ID

Response

Created

Ping Response

cert
DataServiceCert · object
required
Example:
fingerprints
Fingerprints · object
required
Example:
is_masked
boolean
required

A boolean indicating whether the certificate is masked

outcome
enum<string>
default:success
required

The result of the attempt to verify consent. Success indicates that the request did not generate any warnings related to consent verification. Failure indicates that the requests generated warnings because no fingerprints matched, forbidden scan terms were found or required scan terms were missing. Error indicates that the request was not successfull and the request should be reviewed and potentially retried.

Available options:
success,
failure,
error
scans
PageScans · object
required
Example:
reason
string

Provides an explanation for failure or error.

Only used for outcome of failure or error.

warnings
enum<string>[]

An array of strings indicating possible issues with the certificate

  • none of the provided fingerprints match: No fingerprints matched.
  • string not found in snapshot: A required page scan text was not found.
  • string found in snapshot: A forbidden page scan text was found.
Available options:
none of the provided fingerprints match,
string not found in snapshot,
string found in snapshot