General considerations

All the endpoints are structured in the same way:

Copy
Copied
/preseved-documents/{country}/{document-type}

where:

  • {country} is the country code of the country in which the document is preserved
  • {document-type} is the type of the document you want to preserve

The couple {country} {document-type} defines the specific api resource you are interacting with.

For example, if you want to manage the documents you have sent for preservation for the registro-volontari document type in Italy, the base path of the api resource you should use is

Copy
Copied
/preserved-documents/it/registro-volontari