Files

Get Sepa Export file by id for tenant

get

Downloads a specified Sepa Export file.


Required scopes

  • sepaexport.media_view

Authorizations
Path parameters
tenantstringRequired

Your Emporix tenant's name. Note: The tenant should always be written in lowercase.

fileIdstringRequired

Sepa Export file's unique identifier.

Responses
200
Sepa Export file
text/plain
Responsestring · binary
get
GET /sepa-export/{tenant}/files/{fileId} HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binary

Was this helpful?