v1

latestOpenAPI 3.0.02026-07-2272351.3 KB
Ping

Generate Ping URL

When a lead vendor only provides a TrustedForm Certificate URL, you can generate a new Ping URL for the Certificate. Simply append /ping_url to the Certificate URL and perform an unauthenticated GET.

Each call to this endpoint will generate a new Ping URL, they are all equally valid.

A successful call to this endpoint does not guarantee that the Certificate URL you have provided is valid and unexpired. The standard Certificate expiration window still applies.

get/{cert_id}/ping_url

Path parameters

cert_idstring required

Certificate ID

Response

Created

urlstring

A Ping URL, generated from a Certificate URL

Example response

{
  "url": "https://ping.staging.trustedform.com/0.S1e4PrusJ8cXX47dWF_-yCn48kqaFkw4wf_8Ek8T8-uQrpvXakULNXFG0I5DpJVGU7FBmmjq.3UU-IBw5F8Ophz5cf2fzRw.IYJOyb_I7vkQbT3rDVm6wQ"
}