New API version v6.13.17 has been released! 🎉
REST Documentation
GET Attachments

Get Attachments Of A Receipt

You can use this endpoint to get the attachments of a receipt.

Request

GET /api/v1/receipts/:id/attachments
curl --request GET \
     --url 'https://www.zep-online.de/zepinstanz/next/api/v1/receipts/17/attachments' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer {token}'