Saltar al contenido principal

Firmar devolución de llamada

Descripción general

Solicitud de devolución de llamada que es enviada por Legaliza cuando el documento es firmado o rechazado por el usuario notario.
Puede configurar los detalles de la devolución de llamada cuando crea el documento, puede ver más detalles aquí.

Detalle de la API

Pedido

  • URL: Su URL de devolución de llamada
  • Método: POST
  • Content-Type: application/json
  • Cuerpo:
{
"id": "b66a98a5-0f7e-4a10-906c-219255f55ef5",
"file_base64": "JVBERi0xLjQNJeLjz9MNCjE1IDAgb2J...",
"file_name": "test.pdf",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s",
"notary_user": {
"user_id": "eedc0c6c-00b0-4783-b3e3-caf627030455",
"email": "notary.admin@legaliza.io",
"firstname": "Notary",
"lastname1": "Admin",
"lastname2": null
},
"status": "signed",
"comment": null,
"created_at": "2025-09-02T14:40:12.228743Z",
"updated_at": "2025-09-02T14:41:57.337942Z"
}