General considerations
All the endpoints are structured in the same way:
/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
/preserved-documents/it/registro-volontari