Poštár

API Documentation

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 PUT https://api.pepposh.eu/api/documents/send?wait-for-result or PUT https://api.pepposh.eu/api/documents/send/isdoc?wait-for-result.
  4. You can also check current status with GET https://api.pepposh.eu/api/documents/{documentId}/status or use webhooks.
  5. Read incoming documents with GET https://api.pepposh.eu/api/documents/inbox.
  6. Acknowledge processed messages with POST https://api.pepposh.eu/documents/{documentId}/acknowledge.

Send documents

PUT https://api.pepposh.eu/api/documents/send?wait-for-result

Read inbox

GET https://api.pepposh.eu/api/documents/inbox