e-Archiving
You can use the e-Archiving v2 endpoints for archiving documents and searching, updating, or retrieving archived documents.
Download OpenAPI specification
These are the available e-Archiving v2 endpoints:
| HTTP Method | Path | Description |
|---|---|---|
| GET | /v2/archived-documents | Searches all archived documents using filter criteria. |
| POST | /v2/archived-documents | Sends a document to Sovos' Compliant Archive. |
| GET | /v2/archived-documents/{documentId} | Retrieves an archived document using its document ID. |
| PATCH | /v2/archived-documents/{documentId} | Updates or appends more information to an archived document. |
