MarminDeveloper Docs

Get Peppol status logs


Retrieves the Peppol transmission status logs for a credit note (Phase 2 feature).

Note: If Phase 2 is not included in your subscription, please contact Marmin support at support@marmin.ai.

See the right panel for request and response examples.

Path parameters

ParameterTypeRequiredDescription
idstring
Required
The UUID of the credit note.
Response

Status code: 200 OK

Returns an array of Peppol status log entries. Each entry includes fields like id, document_uuid, document_type, message, timestamp (milliseconds), and event.

Error responses

StatusDescription
401 UnauthorizedAuthentication required or invalid token.
500 Internal Server ErrorAn error occurred while processing the request.
Next