€11.00 + VAT
Manage the activation and renewal of one or more Legalmail Standard Registered Electronic Mail (REM) boxes via API. Ideal service for individuals and freelancers who do not need to send or receive large quantities of REM messages.
The REM (Registered Electronic Mail) Service allows you to check, activate, manage and renew all Legalmail REM boxes. The API REM can be used to activate certified emails for one's own company or for third parties, such as a REM sales and activation site for private individuals, professionals and companies.
The Legalmail Standard REM/PEC box is InfoCert's professional solution for those who do not need to send/receive large amounts of certified email messages. It is particularly suited to individuals, freelancers and SMEs.
Legalmail Standard provides:
To proceed with the activation of a Legalmail Standard REM/PEC, the following API requests must be made.
The first useful endpoint for the activation of Legalmail Standard is the GET/verifica_pec/{pec}, in fact through this it will be possible to verify the availability of the desired REM address.
This is an example of a request to check the availability of the Certified Email address [email protected]
GET https://pec.openapi.it/verifica_pec/[email protected]
This is an example of a response indicating that the address is available (avalaible:true):
{
"data": {
"available": true
},
"success": true,
"message": "",
"error": null
}
Once the availability of the Certified Email has been ascertained, it will be possible to proceed with registration via the endpoint POST/pec.
This is an example of Request:
POST https://pec.openapi.it/pec
The following values must be included in the body of the request:
This is an example of Payload:
{
"casella_pec": "[email protected]",
"tipo_casella": "standard",
"tipo_cliente": "PV",
"sottotipo_cliente": "",
"sottotipo_cliente_altro": "",
"nome_richiedente": "mario",
"cognome_richiedente": "rossi",
"email": "[email protected]",
"telefono": "0548798569",
"codice_fiscale_richiedente": "RSSXXXXXXXX56E",
"data_nascita_richiedente": "11/04/1982",
"sesso_richiedente": "M",
"nazione_nascita_richiedente": "IT",
"provincia_nascita_richiedente": "RM",
"denominazione_titolare": "",
"cf_piva_titolare": "",
"indirizzo_titolare": "via verdi 20",
"comune_titolare": "roma",
"cap_titolare": "00042",
"nazione_titolare": "IT",
"provincia_titolare": "rm",
"callback": {
"url": "https://your_domain.it/your_callback.php",
"field": "data"
}
}
In this case the request concerns a Legalmail Standard REM/PEC and the value: standard has been passed into the mailbox_type parameter.
At the request stage, you can also activate the automatic renewal by adding the optional parameter ‘autorinnovo’ with the value ‘true’ to the body (currently is ‘false’ by default).
The response will contain a variety of information including a summary of the characteristics of the PEC/REM, the activation status and the ID. The ID will be crucial for the next activation steps, for checking the status and for renewal.
{
"data": {
"casella_pec": "[email protected]",
"tipo_casella": "STANDARD",
"tipo_cliente": "PV",
"sottotipo_cliente": "",
"sottotipo_cliente_altro": "",
"nome_richiedente": "mario",
"cognome_richiedente": "rossi",
"email": "[email protected]",
"telefono": "0548798569",
"codice_fiscale_richiedente": "RSSXXXXXXXX56E",
"data_nascita_richiedente": "11/04/1982",
"sesso_richiedente": "M",
"nazione_nascita_richiedente": "IT",
"provincia_nascita_richiedente": "RM",
"denominazione_titolare": "",
"cf_piva_titolare": "",
"indirizzo_titolare": "via verdi 20",
"comune_titolare": "roma",
"cap_titolare": "00042",
"nazione_titolare": "IT",
"provincia_titolare": "rm",
"callback": {
"url": "https://your_domain.it/your_callback.php",
"field": "data",
"method": "POST",
"data": {}
},
"dominio": "legalmail.it",
"owner": "[email protected]",
"timestamp": {
"registrazione": 1614865504,
"ultima_modifica": 1614868403,
},
"cellulare": "",
"comune_nascita_richiedente": "",
"cod_attivazione": "10173956",
"uid": "MA177987",
"conservazione": false,
"data_scadenza": "",
"descrizione": "[email protected]",
"sms": false,
"spazio_conservazione": 0,
"spazio_disco": 0,
"spazio_storico": 0,
"stato": "registrata",
"storico": false,
"id": "6040e4613a716838dc4eee0e",
"autorinnovo": false
},
"success": true,
"message": "",
"error": null
}
In order to complete the activation, it will be necessary to download the required form (GET/pec/{id}/modulo_attivazione) and proceed to send the form, correctly filled in and signed, as well as the applicant's ID via the endpoint PATCH/pec/{id}/attivazione. The id is the one obtained in the previous response.
The response will be as follows:
{
"data": {
"casella_pec": "[email protected]",
"tipo_casella": "standard",
"tipo_cliente": "PV",
"sottotipo_cliente": "",
"sottotipo_cliente_altro": "",
"nome_richiedente": "mario",
"cognome_richiedente": "rossi",
"email": "[email protected]",
"telefono": "0548798569",
"codice_fiscale_richiedente": "RSSXXXXXXXX56E",
"data_nascita_richiedente": "11/04/1982",
"sesso_richiedente": "M",
"nazione_nascita_richiedente": "IT",
"provincia_nascita_richiedente": "RM",
"denominazione_titolare": "",
"cf_piva_titolare": "",
"indirizzo_titolare": "via verdi 20",
"comune_titolare": "roma",
"cap_titolare": "00042",
"nazione_titolare": "IT",
"provincia_titolare": "rm",
"callback": {
"url": "https://your_domain.it/your_callback.php",
"field": "data",
"method": "POST",
"data": {}
},
"dominio": "legalmail.it",
"owner": "[email protected]",
"timestamp": {
"registrazione": 1614865504,
"ultima_modifica": 1614868403,
},
"cellulare": "",
"comune_nascita_richiedente": "",
"cod_attivazione": "10173956",
"uid": "MA177987",
"conservazione": false,
"data_scadenza": "",
"descrizione": "[email protected]",
"sms": false,
"spazio_conservazione": 0,
"spazio_disco": 1024,
"spazio_storico": 1024,
"stato": "in_evasione",
"storico": false,
"documenti_attivazione": [
"6040e4613a716838dc4eee0e_0_attivazione.pdf",
"6040e4613a716838dc4eee0e_1_attivazione.pdf"
],
"id": "6040e4613a716838dc4eee0e",
"autorinnovo": false
},
"success": true,
"message": "",
"error": null
}
It will be possible to check the status of a REM at any time via the endpoint GET/pec/{id}.
The request to check the status of the previous activated Certified Email with id 6040e4613a716838dc4eee0e will be:
GET https://pec.openapi.it/pec/6040e4613a716838dc4eee0e
This is an example of response:
{
"data": {
"casella_pec": "[email protected]",
"tipo_casella": "standard",
"tipo_cliente": "PV",
"sottotipo_cliente": "",
"sottotipo_cliente_altro": "",
"nome_richiedente": "mario",
"cognome_richiedente": "rossi",
"email": "[email protected]",
"telefono": "0548798569",
"codice_fiscale_richiedente": "RSSXXXXXXXX56E",
"data_nascita_richiedente": "11/04/1982",
"sesso_richiedente": "M",
"nazione_nascita_richiedente": "IT",
"provincia_nascita_richiedente": "RM",
"denominazione_titolare": "",
"cf_piva_titolare": "",
"indirizzo_titolare": "via verdi 20",
"comune_titolare": "roma",
"cap_titolare": "00042",
"nazione_titolare": "IT",
"provincia_titolare": "rm",
"callback": {
"url": "https://your_domain.it/your_callback.php",
"field": "data",
"method": "POST",
"data": {}
},
"dominio": "legalmail.it",
"owner": "[email protected]",
"timestamp": {
"registrazione": 1614865504,
"ultima_modifica": 1614868403,
"evasione": 1614865504,
"scadenza": 1614868403,
"revoca": ,
},
"cellulare": "",
"comune_nascita_richiedente": "",
"cod_attivazione": "10173956",
"uid": "MA177987",
"conservazione": false,
"data_scadenza": "",
"descrizione": "[email protected]",
"sms": false,
"spazio_conservazione": 0,
"spazio_disco": 1024,
"spazio_storico": 1024,
"stato": "registrata",
"storico": true,
"documenti_attivazione": [
"6040e4613a716838dc4eee0e_0_attivazione.pdf",
"6040e4613a716838dc4eee0e_1_attivazione.pdf"
],
"data_attivazione": "04/03/2021",
"id": "6040e4613a716838dc4eee0e",
"autorinnovo": false
},
"success": true,
"message": "",
"error": null
}
Once the activation is complete, InfoCert will directly send the access modalities to the new Certified Email box to the applicant.
It is possible at any time to upgrade a Legalmail Standard REM/PEC with:
Other services also available via the REM/PEC service are:
The API REM (or PEC) is used by software houses, banks and financial institutions, accountancy portals, Public Administrations and large companies and allows customers to activate any type of PEC box, so that they can manage their communications in a secure and certified manner.
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!
The API Italian certified e-mail (REM/PEC) allows the activation, management, renewal and extension of the Legalmail Certified Electronic Mail Box space, i.e. InfoCert's tool for sending documents with a high level of security and with the same legal value as a traditional registered letter with return receipt.
Through the API Italian certified e-mail it is also possible to request Certified Email Digital Domicile for communication with private individuals and Public Administration.
The types of Registered Electronic Mail (REM) boxes available are:
All the Registered Electronic Mail (REM) boxes have these features:
The Registered Electronic Mail (REM) can be activated or renewed for one or more years.
In this case the reference endpoint is GET /pec/{id}/rinnovo.
In the renewal request, you will need to pass the ID associated with the registration/activation, which you can obtain via the GET /pec endpoint.
In addition, you can choose the Autorecharge option for an automatic renewal of the box's validity, without having to worry about requesting it manually.
Yes, the Registered Electronic Mail has full legal force and has the same value as a registered letter.
REM (Registered Electronic Mail) messages guarantee:
Yes, all Legalmail Registered Electronic Mail (REM) are already prepared to be updated to the new European standards free of charge.
The Italian Certified E-mail (REM/PEC) API is ideal for software houses, banks and financial institutions, accountancy portals, public administrations and large companies. It allows customers to activate any type of certified e-mail box for secure and certified management of their communications.
The service is provided in 2 hours.
The cost of the service is €11.