Buscar en documentación
Referencia API
Base URL Sandbox: https://sandbox-api.v-proof.io
Endpoints principales
| Método | Ruta | Descripción |
|---|---|---|
| POST | /v1/certifications | Crea una certificación probatoria para un activo digital. |
| GET | /v1/certifications/{id} | Consulta estado, sellos temporales y metadatos de verificación. |
| POST | /v1/certifications/{id}/verify | Verifica integridad y consistencia de un certificado. |
| GET | /v1/events | Lista eventos certificados por rango temporal y sistema origen. |
| POST | /v1/webhooks | Registra endpoint webhook para notificaciones de estado. |
Ejemplo de respuesta
{
"id": "cert_01JX8Q5X4R3A...",
"status": "anchored",
"asset_hash": "4e07408562bedb8b60ce05c1decfe3...",
"timestamp_utc": "2026-02-28T10:14:05Z",
"network": "ethereum-mainnet",
"tx_hash": "0x7fd7...a82d"
}