Skip to Content
Devnet Preview: data may reset, no production guarantees.
API ReferencePOST /agent/checkin (Deprecated)

POST /api/v1/agent/checkin (Deprecated)

This endpoint is retired and returns HTTP 410 Gone.

Use POST /api/v1/agent/heartbeat instead.

Current behavior

curl -X POST https://provenonce.io/api/v1/agent/checkin \ -H "Authorization: Bearer pvn_..."
{ "error": "Check-in endpoint deprecated (D-68). Use POST /api/v1/agent/heartbeat instead.", "deprecated": true }

Replacement

Last updated on