---
title: "Generate Ping URL"
method: GET
path: "/{cert_id}/ping_url"
tags: ["Ping"]
deprecated: true
---

# Generate Ping URL

`GET /{cert_id}/ping_url`

> **Deprecated.**

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](https://community.activeprospect.com/questions/4077147) still
applies.

## Path parameters

- `cert_id` string, required

## Response `200`

Created

- PingURLResponse — Returns the Ping URL
  - `url` string — A Ping URL, generated from a Certificate URL

## Other responses

- `400` — Malformed Certificate URL

---

[API](https://skmtc.net/activeprospect/apis/trustedform-claiming-api.md) · [All operations](https://skmtc.net/activeprospect/apis/trustedform-claiming-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/activeprospect/trustedform-claiming-api/versions/d6b59eb89306/schema)
