Skip to main content
POST
/
{cert_id}
/
check_in
Check-in
curl --request POST \
  --url https://cert.trustedform.com/{cert_id}/check_in \
  --header 'Content-Type: application/json' \
  --data '"<unknown>"'
{}

Documentation Index

Fetch the complete documentation index at: https://developers.activeprospect.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

cert_id
string
required

Certificate ID

Body

application/json

WebCert Parameters

Check-in supports various actions for a TrustedForm Certificate (e.g. extending the claim period on certificates).

Failing to make the authenticated API call within the standard claim period (72 hours of generating the lead) will result in the irretrievable deletion of the certificate.

Response

Success

Returns an empty object on success