Skip to main content

Assign

Overview

Callback request that is being sent by Legaliza when the document is assigned to a Notary user.
You can config callback details when you create the document, you can see more details from here.

API detail

Request

  • URL: Your callback URL
  • Method: POST
  • Content-Type: application/json
  • Body:
{
"id": "b66a98a5-0f7e-4a10-906c-219255f55ef5",
"document_type": {
"id": 1,
"name": "Declaración jurada",
"description": null,
},
"file": "/media/documents/b66a98a5-0f7e-4a10-906c-219255f55ef5/documents/test.pdf",
"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
},
"notary": {
"id": 1,
"name": "Santiato Notary",
"description": "",
"address": "Santiago de Chile",
"latitude": 1.0,
"longitude": 1.0
},
"status": "in_process",
"created_at": "2025-09-02T14:40:12.228743Z",
"updated_at": "2025-09-02T14:41:57.337942Z"
}