Buscar en documentación

Referencia API

Base URL Sandbox: https://sandbox-api.v-proof.io

Endpoints principales

MétodoRutaDescripción
POST/v1/certificationsCrea 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}/verifyVerifica integridad y consistencia de un certificado.
GET/v1/eventsLista eventos certificados por rango temporal y sistema origen.
POST/v1/webhooksRegistra 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"
}