Logo
Openapi.it Public API Documentation

PEC Massiva 1.0

Number of APIs: 7


This service offers rest calls to send massive pecs and check the status of the delivery verification and receipt verification emails

Contact Support: Name: Support


1. {{baseUrl}}/quota/:mailbox

GET {{baseUrl}}/quota/:mailbox

Returns information on the usage quota of your INBOX in megabyte



2. send-{code} - {{baseUrl}}/send/:code

GET {{baseUrl}}/send/:code

Returns the status of the receipt and delivery verification emails relating to the sending with the code returned at the time of sending the PEC



3. send-{code} - {{baseUrl}}/send/:code

DELETE {{baseUrl}}/send/:code

Delete the receipt and the delivery verification of a sent email from your INBOX



4. send - {{baseUrl}}/send

POST {{baseUrl}}/send

Send a PEC to the recipient sent and return the identification code of the shipment which can be used to return the information on the confirmation of receipt and delivery emails.
Recipients can be one or many: you can either specity a single address or an array of recipients

Please note that the this endpoint can handle up to 1 request/second.



5. inbox-{id} - {{baseUrl}}/inbox/:id

GET {{baseUrl}}/inbox/:id

Returns a single message. Please note that the body will be a string encoded in x-www-form-urlencoded



6. inbox-{id} - {{baseUrl}}/inbox/:id

DELETE {{baseUrl}}/inbox/:id

Delete the receipt and the delivery verification of a sent email from your INBOX



7. inbox - {{baseUrl}}/inbox

GET {{baseUrl}}/inbox?q=<string>&page=<number>

Returns the content of your INBOX. Results can be paginated: each page contains up to 25 messages and have a unique ID that you can later use to get the single messsage or delete it.
Additionally, you can also query using the 'q' parameter. Please note that searching on a very populated mailbox can be slow.



ENDPOINTS