---
title: "Check-in"
method: POST
path: "/{cert_id}/check_in"
tags: ["TrustedForm Certificate Check-in"]
---

# Check-in

`POST /{cert_id}/check_in`

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](https://community.activeprospect.com/questions/4077147) (72 hours of
generating the lead) will result in the irretrievable deletion of the
certificate.

## Path parameters

- `cert_id` string, required

## Request body

- unknown

## Response `200`

Success

- WebCertResponse — Returns an empty object on success

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — TrustedForm certificate has expired or could not be found

---

[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)
