Files
Downloads a specified SEPA Export file.
Required scopes
This endpoint requires the following scopes:
- : View output from SEPA export
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
fileIdstringRequired
SEPA Export file unique identifier.
Responses
200
SEPA export file.
text/plain
Responsestring · binary
401
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
application/json
403
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
application/json
404
Given resource does not exist.
application/json
get
/sepa-export/{tenant}/files/{fileId}GET /sepa-export/{tenant}/files/{fileId} HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binaryLast updated
Was this helpful?

