cURL
curl -X GET \ /sepa-xml-files \ --header "Authorization: Bearer <token>"
{ "data": [ { "id": "ad8f7a6d-1b0b-4e1a-8e1a-0b1b0b1b0b1b", "uploaded": true, "uniqueMessageId": "COKSDE33XXX-2021-01-01-12-00-00-000000000", "generatedAt": "2023-11-07T05:31:56Z", "mediaId": "ad8f7a6d-1b0b-4e1a-8e1a-0b1b0b1b0b1b" } ], "meta": { "pagination": { "totalItems": 123, "itemsPerPage": 123, "currentPage": 123, "lastPage": 123, "pageTotalItems": 123 } } }
Returns a list of generated SEPA XML files.
sepa-xml:read
Value for the Authorization header parameter.
The collection page number
The number of items per page
0 <= x <= 100
SepaXmlStatement collection
Show child attributes
Was this page helpful?