Dokumentace API

How to Start Sending and Receiving Documents

  1. Create or obtain a participant identifier.
  2. Register a webhook so your system receives delivery and inbox updates.
  3. Send a document with POST https://peppol.dativery.com/api/documents/send or POST https://peppol.dativery.com/api/documents/send/isdoc.
  4. You can also check current status with GET https://peppol.dativery.com/api/documents/{documentId}/status or use webhooks.
  5. Read incoming documents with GET https://peppol.dativery.com/api/documents/inbox.
  6. Acknowledge processed messages with POST https://peppol.dativery.com/documents/{documentId}/acknowledge.

Send documents

POST https://peppol.dativery.com/api/documents/send

Read inbox

GET https://peppol.dativery.com/api/documents/inbox