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
- API: POST /api/v1/agent/heartbeat
- Concept: Market Staleness
Last updated on