Available modes
read_schematest_receiverrecord_acknowledgment
Check whether a callback receiver is alive, accepts proof payloads, and returns an acknowledgment shape an agent can trust.
This validates receiver shape. It does not open an unrestricted relay.
read_schematest_receiverrecord_acknowledgmentcallback_url, expected_acknowledgment
callback_test_id, receiver_state, acknowledgment_valid, callback_hash, retry_policy, tested_at
GET /api/callback-health-monitor returns the schema, boundary, and a sample object. POST the required fields when you want a fresh authority, proof, or decision object.
curl https://weverlabs.com/api/callback-health-monitor
curl -X POST https://weverlabs.com/api/callback-health-monitor \
-H "content-type: application/json" \
-d '{"schema_version":"1.0","rail_key":"packetops"}'Agents should read the product API, submit the required fields, keep every returned ID and hash, then verify the receipt and return package after completion.