Skip to content
FirmEasy

Digital File

GET
https://app.firmeasy.legal/api/v1/digital/archivo

This endpoint allows you to query detailed information of a specific digital file. It is essential for verifying the current status, metadata, and traceability of the file within the platform.



This resource is protected. Make sure to include your authentication token in the request headers.

Authorization
string
Access token (Bearer token).
Limits:Obligatorio
Content-Type
string
Specifies the format of the request.
Limits:application/json

The format of the request body must follow the data structure required by the backend to correctly identify the file.

Body Structure

cuerpo del body


  • Security: Do not expose the authentication token in public logs or client repositories.
  • Traceability: Use this endpoint after performing upload operations to confirm that the file was processed correctly by the signature engine.

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.