Body Structure

GET {{base_url}}/v1/electronica/archivoThis endpoint allows querying detailed information about a file within the Electronic Signature flow. It is essential for verifying the current status, metadata, and traceability of the document within the platform.
This resource is protected. Make sure to include your authentication token in the request headers.
| Parameter | Type | Description | Limits |
|---|---|---|---|
Authorization* | string | Access token (Bearer token). | Required |
Content-Type* | string | Specifies the request format. | application/json |
The request body format must follow the structure required by the backend to correctly identify the file.
Body Structure

| Code | Status | Description |
|---|---|---|
200 |
OK | The file was located successfully. |
401 |
Unauthorized | Missing or invalid token. |
404 |
Not Found | The file identifier does not exist or you do not have access permissions. |
500 |
Server Error | Internal server failure. |